File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Goal: `state` -> Immutable.
128
128
Important plug-ins: [ gajus/redux-immutable] ( https://github.com/gajus/redux-immutable )
129
129
Will be provided by the original Redux combineReducers provided by the above plug-ins:
130
130
``` JavaScript
131
- // rootReduers .js
131
+ // rootReducers .js
132
132
// import { combineReducers } from 'redux'; // The old method
133
133
import { combineReducers } from ' redux-immutable' ; // The new method
134
134
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Please view [README-EN.md](https://github.com/chvin/react-tetris/blob/master/REA
5
5
## 用React、Redux、Immutable做俄罗斯方块
6
6
7
7
----
8
- 俄罗斯方块是一直各类程序语言热衷实现的经典游戏,JavsScript的实现版本也有很多 ,用React 做好俄罗斯方块则成了我一个目标。
8
+ 俄罗斯方块是一直各类程序语言热衷实现的经典游戏,JavaScript的实现版本也有很多 ,用React 做好俄罗斯方块则成了我一个目标。
9
9
10
10
戳:[ https://chvin.github.io/react-tetris/ ] ( https://chvin.github.io/react-tetris/ ) 玩一玩!
11
11
You can’t perform that action at this time.
0 commit comments