Skip to content

Commit 3c067c0

Browse files
committed
doc(readme): fix typos
1 parent 32d0747 commit 3c067c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then visit `localhost:3000`.
2727
- Mar. 22, 2016
2828
- upgrade everything to latest, including react v15-rc2
2929
- simplified the universal approach a bit
30-
- re-enabled `redux-devtools`, could toggle it on/off in [here](https://github.com/coodoo/react-redux-isomorphic-example/blob/master/common/utils/configureStore.js#L8), be advised if you toggle `redux-devtools` on it will break universal rendinerg (you will see warnings in console saying react failed to reuse markup generated on server...etc), but `redux-devtools` was meant for use only in development anyway so just remember to turn it off before deploy.<wink>
30+
- re-enabled `redux-devtools`, could toggle it on/off [here](https://github.com/coodoo/react-redux-isomorphic-example/blob/master/common/utils/configureStore.js#L8), be advised if you toggle `redux-devtools` on it will break universal rendering (you will see warnings in browser console saying react failed to reuse markup generated on server...etc), but `redux-devtools` was meant for use only in development anyway so just remember to turn it off before deploy.<wink />
3131

3232
## The case for redux
3333

0 commit comments

Comments
 (0)