Skip to content

Commit

Permalink
docs: fixed typo (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasruud authored and jonathanong committed Jan 31, 2018
1 parent c2615ec commit e5db6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Expand Up @@ -208,7 +208,7 @@ Note:
## Error Handling

By default outputs all errors to stderr unless `app.silent` is `true`.
The default error handler also won't outputs errors when `err.status` is `404` or `err.expose` is `true`.
The default error handler also won't output errors when `err.status` is `404` or `err.expose` is `true`.
To perform custom error-handling logic such as centralized logging you can add an "error" event listener:

```js
Expand Down

0 comments on commit e5db6a9

Please sign in to comment.