docs: small grammatical fix in api docs index (#1111)

master
Paul Anderson 2018-01-31 00:05:49 -05:00 committed by jongleberry
parent e5db6a9833
commit a64e4ae982
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ ctx.cookies.set('name', 'tobi', { signed: true });
## app.context
`app.context` is the prototype from which `ctx` is created from.
`app.context` is the prototype from which `ctx` is created.
You may add additional properties to `ctx` by editing `app.context`.
This is useful for adding properties or methods to `ctx` to be used across your entire app,
which may be more performant (no middleware) and/or easier (fewer `require()`s)