Merge pull request #529 from aquascaper/api-index-typo

Fixed typo in docs/api/index.md
This commit is contained in:
TJ Holowaychuk 2015-10-13 13:21:08 -07:00
commit 653d7ed26d

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