From c1380515b520f2779504dd1dc3d4dc5d9ac44e72 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Sun, 18 Aug 2013 14:49:27 -0400 Subject: [PATCH] typo --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 57b34fb..d9a1499 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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