Skip to content

Commit ae8a49f

Browse files
muhaimincstimneutkens
authored andcommitted
fix typo (#5451)
1 parent 45c554a commit ae8a49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-apollo-and-redux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ now
4141
## The idea behind the example
4242
This example serves as a conduit if you were using Apollo 1.X with Redux, and are migrating to Apollo 2.x, however, you have chosen not to manage your entire application state within Apollo (`apollo-link-state`).
4343

44-
In 2.0.0, Apollo severs out-of-the-box support for redux in favor of Apollo's state management. This example aims to be an amalgamation of the [`with-apollo`](https://github.com/zeit/next.js/tree/master/examples/with-apollo) and [`with-redux`](https://github.com/zeit/next.js/tree/master/examples/with-redux) examples.
44+
In 2.0.0, Apollo servers out-of-the-box support for redux in favor of Apollo's state management. This example aims to be an amalgamation of the [`with-apollo`](https://github.com/zeit/next.js/tree/master/examples/with-apollo) and [`with-redux`](https://github.com/zeit/next.js/tree/master/examples/with-redux) examples.
4545

4646
Note that you can access the redux store like you normally would using `react-redux`'s `connect`. Here's a quick example:
4747

0 commit comments

Comments
 (0)