Skip to content

Commit cbaa47c

Browse files
authored
Merge pull request #21 from Plortinus/master
修正文件名称大小写
2 parents 00e8185 + 12c4d16 commit cbaa47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/zh-cn/tutorial/06-添加Reducers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
### 关联 Model
8282

8383
```jsx
84-
// ./src/routes/users.jsx
84+
// ./src/routes/Users.jsx
8585
import React, { Component, PropTypes } from 'react';
8686

8787
// 引入 connect 工具函数

0 commit comments

Comments
 (0)