docs: small grammatical fix in api docs index (#1111)
This commit is contained in:
parent
e5db6a9833
commit
a64e4ae982
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue