From 0257cae000d9f5ae0b43dd850b079774637d909f Mon Sep 17 00:00:00 2001 From: jooohn Date: Sat, 23 Jul 2016 13:12:37 +0900 Subject: [PATCH] fix(typo) remove duplicated word in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c87e2efa4..5b5f3c923 100644 --- a/README.md +++ b/README.md @@ -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.)