From 3045b283fd70da4d7c2709834dce5bf5286b7a06 Mon Sep 17 00:00:00 2001 From: Arjun Date: Tue, 13 Oct 2015 16:09:01 -0400 Subject: [PATCH] Fixed typo in docs/api/index.md --- 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 de4fea2..b64de65 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -182,7 +182,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){