Fixed typo in docs/api/index.md

master
Arjun 2015-10-13 16:09:01 -04:00
parent e6d76da1e5
commit 3045b283fd
1 changed files with 1 additions and 1 deletions

View File

@ -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){