From b0292fd851dbc6a84a87b2f0c406367ece571a57 Mon Sep 17 00:00:00 2001 From: Sheryl Hohman Date: Mon, 6 Jun 2016 20:14:21 -0700 Subject: [PATCH] fix typo (#736) fixes #735 --- 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 b74ae5f..a235003 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -179,7 +179,7 @@ app.on('error', function(err){ }); ``` - If an error in the req/res cycle and it is _not_ possible to respond to the client, the `Context` instance is also passed: + If an error is in the req/res cycle and it is _not_ possible to respond to the client, the `Context` instance is also passed: ```js app.on('error', function(err, ctx){