From a64e4ae982e57563820857866c2402dfb258a273 Mon Sep 17 00:00:00 2001 From: Paul Anderson Date: Wed, 31 Jan 2018 00:05:49 -0500 Subject: [PATCH] docs: small grammatical fix in api docs index (#1111) --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 3147597..d94b81e 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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)