From 9e4442a5ad33e8704ab0fb7db81f1d35d492d31f Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Fri, 23 Mar 2018 11:28:16 -0700 Subject: [PATCH] typo --- content/docs/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/context.md b/content/docs/context.md index 907a9d3e..6a3cd9b6 100644 --- a/content/docs/context.md +++ b/content/docs/context.md @@ -117,5 +117,5 @@ One issue with the render prop API is that refs don't automatically get passed t > Note > -> React previously shipped with an experimental context API. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version. The legacy API will be removed in a future major React versin. Read the [legacy context docs here](/docs/legacy-context.html). +> React previously shipped with an experimental context API. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version. The legacy API will be removed in a future major React version. Read the [legacy context docs here](/docs/legacy-context.html). \ No newline at end of file