Skip to content

Commit

Permalink
Merge pull request shakacode#487 from jooohn/fix/typo-in-readme
Browse files Browse the repository at this point in the history
fix(typo) remove duplicated word in readme
  • Loading branch information
justin808 authored Jul 23, 2016
2 parents 9a8b54f + 0257cae commit 8ca86ed
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 8ca86ed

Please sign in to comment.