fixed rootReducers comment
This commit is contained in:
parent
4a280e6388
commit
6bd6cae637
@ -128,7 +128,7 @@ Goal: `state` -> Immutable.
|
||||
Important plug-ins: [gajus/redux-immutable](https://github.com/gajus/redux-immutable)
|
||||
Will be provided by the original Redux combineReducers provided by the above plug-ins:
|
||||
``` JavaScript
|
||||
// rootReduers.js
|
||||
// rootReducers.js
|
||||
// import { combineReducers } from 'redux'; // The old method
|
||||
import { combineReducers } from 'redux-immutable'; // The new method
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user