Skip to content

Commit

Permalink
docs: fix typo in react-apollo-migration.md (#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaficnajjar authored and benjamn committed Jun 4, 2019
1 parent b927458 commit 4bd8237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/react-apollo-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4bd8237

Please sign in to comment.