Skip to content

Commit

Permalink
fix(typo) remove duplicated word in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohn committed Jul 23, 2016
1 parent 9a8b54f commit 0257cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ and for a store:
reduxStore = MyReduxStore(props, railsContext);
```
Note, you never make these calls. This is what React on Rails does when either server or client rendering. You'll be definining functions that take take these params and return a React component or a Redux Store.
Note, you never make these calls. This is what React on Rails does when either server or client rendering. You'll be definining functions that take these params and return a React component or a Redux Store.
(Note, see below [section](#multiple-react-components-on-a-page-with-one-store) on how to setup redux stores that allow multiple components to talk to the same store.)
Expand Down

0 comments on commit 0257cae

Please sign in to comment.