We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a280e6 commit 6bd6caeCopy full SHA for 6bd6cae
README-EN.md
@@ -128,7 +128,7 @@ Goal: `state` -> Immutable.
128
Important plug-ins: [gajus/redux-immutable](https://github.com/gajus/redux-immutable)
129
Will be provided by the original Redux combineReducers provided by the above plug-ins:
130
``` JavaScript
131
-// rootReduers.js
+// rootReducers.js
132
// import { combineReducers } from 'redux'; // The old method
133
import { combineReducers } from 'redux-immutable'; // The new method
134
0 commit comments