Skip to content

Commit

Permalink
docs: fix wrong name in chinese router doc (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomatoo authored and atian25 committed May 3, 2017
1 parent 0522cee commit 89b4df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/zh-cn/basics/router.md
Expand Up @@ -121,9 +121,9 @@ exports.destroy = function* () {};

如果我们不需要其中的某几个方法,可以不用在 `posts.js` 里面实现,这样对应 URL 路径也不会注册到 Router。

## destroy 实战
## router 实战

下面通过更多实际的例子,来说明 destroy 的用法。
下面通过更多实际的例子,来说明 router 的用法。

### 参数获取

Expand Down

0 comments on commit 89b4df9

Please sign in to comment.