typo
This commit is contained in:
parent
5f4574b8f5
commit
c1380515b5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ http.createServer(app.callback()).listen(3001);
|
|||
### app.context(obj)
|
||||
|
||||
Each `Application` has its own `Context` instance, meaning you may extend the prototype of one,
|
||||
and the other will remain untouched with the default prototype. To extend an apps context you may
|
||||
and the other will remain untouched with the default prototype. To extend an app's context you may
|
||||
invoke `app.context()` any number of times with an object of extensions:
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue