Skip to content

Commit

Permalink
docs: small grammatical fix in api docs index (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandapaul authored and jonathanong committed Jan 31, 2018
1 parent e5db6a9 commit a64e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Expand Up @@ -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)
Expand Down

0 comments on commit a64e4ae

Please sign in to comment.