Skip to content

Commit 6bd6cae

Browse files
authored
fixed rootReducers comment
1 parent 4a280e6 commit 6bd6cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Goal: `state` -> Immutable.
128128
Important plug-ins: [gajus/redux-immutable](https://github.com/gajus/redux-immutable)
129129
Will be provided by the original Redux combineReducers provided by the above plug-ins:
130130
``` JavaScript
131-
// rootReduers.js
131+
// rootReducers.js
132132
// import { combineReducers } from 'redux'; // The old method
133133
import { combineReducers } from 'redux-immutable'; // The new method
134134

0 commit comments

Comments
 (0)