From e5db6a9833b608e2b12dffa0fb3d089c984b3a64 Mon Sep 17 00:00:00 2001 From: Tomas Ruud Date: Wed, 31 Jan 2018 14:05:19 +0900 Subject: [PATCH] docs: fixed typo (#1112) --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index db43309..3147597 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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