Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 19, 2016
1 parent a131cab commit e8fdcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/practical-projects.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Products = (props) => {
);
};

exports default Products;
export default Products;
```

Add routing infomation to router, edit `router.js`:
Expand Down
2 changes: 1 addition & 1 deletion docs/react/practical-projects.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Products = (props) => {
);
};

exports default Products;
export default Products;
```

添加路由信息到路由表,编辑 `router.js` :
Expand Down

0 comments on commit e8fdcc9

Please sign in to comment.