From 4bd82376a70abb49b2f1910afe07baea21294dfb Mon Sep 17 00:00:00 2001 From: Chafic Najjar Date: Tue, 4 Jun 2019 05:09:48 +0300 Subject: [PATCH] docs: fix typo in react-apollo-migration.md (#4893) --- docs/source/react-apollo-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/react-apollo-migration.md b/docs/source/react-apollo-migration.md index 4550124dba9..79ddda19a7c 100644 --- a/docs/source/react-apollo-migration.md +++ b/docs/source/react-apollo-migration.md @@ -164,7 +164,7 @@ For more information on how to use the new Query component, read the [full guide ## The Mutation and Subscription Components -Much like the Query component, the Mutation and Subscription component are ways to use Apollo directly within your React tree. They simplify integrating with Apollo, and keep your React app written in React! For more information on the Mutation component, [check out the usage guide](/essentials/mutations/) or if you are wanting to learn about the Subscription component, [read how to here](/advanced/subscriptions/). +Much like the Query component, the Mutation and Subscription components are ways to use Apollo directly within your React tree. They simplify integrating with Apollo, and keep your React app written in React! For more information on the Mutation component, [check out the usage guide](/essentials/mutations/) or if you are wanting to learn about the Subscription component, [read how to here](/advanced/subscriptions/). ## ApolloConsumer