Skip to content

Commit 834a84d

Browse files
authored
Merge pull request #21 from 0xflotus/patch-1
Patch 1
2 parents 4a280e6 + 79ed1c9 commit 834a84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please view [README-EN.md](https://github.com/chvin/react-tetris/blob/master/REA
55
## 用React、Redux、Immutable做俄罗斯方块
66

77
----
8-
俄罗斯方块是一直各类程序语言热衷实现的经典游戏,JavsScript的实现版本也有很多,用React 做好俄罗斯方块则成了我一个目标。
8+
俄罗斯方块是一直各类程序语言热衷实现的经典游戏,JavaScript的实现版本也有很多,用React 做好俄罗斯方块则成了我一个目标。
99

1010
戳:[https://chvin.github.io/react-tetris/](https://chvin.github.io/react-tetris/) 玩一玩!
1111

0 commit comments

Comments
 (0)