Skip to content

Commit

Permalink
docs(error-handling): fix some words (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Num142857 authored and popomore committed Dec 25, 2017
1 parent 4c1617a commit e43aa2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/core/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ Adding yours to `middleware` in config:
```js
// config/config.default.js
module.exports = {
middleware: [ 'notfoundHander' ],
middleware: [ 'notfoundHandler' ],
};
```
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ module.exports = () => {
```js
// config/config.default.js
module.exports = {
middleware: [ 'notfoundHander' ],
middleware: [ 'notfoundHandler' ],
};
```

0 comments on commit e43aa2b

Please sign in to comment.