Skip to content

Commit 89435b7

Browse files
authored
Merge pull request chvin#29 from 0xflotus/patch-3
fixed rootReducers.js in comments
2 parents f8a83a7 + 2674247 commit 89435b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Immutable学习资料:
127127
关键的库:[gajus/redux-immutable](https://github.com/gajus/redux-immutable)
128128
将原来 Redux提供的combineReducers改由上面的库提供:
129129
``` JavaScript
130-
// rootReduers.js
130+
// rootReducers.js
131131
// import { combineReducers } from 'redux'; // 旧的方法
132132
import { combineReducers } from 'redux-immutable'; // 新的方法
133133

0 commit comments

Comments
 (0)