From bf3e155d4b9e95af0464ed8c4e4f5434d26386cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gall=C3=A9-Tessonneau?= Date: Fri, 20 Dec 2013 11:10:31 +0100 Subject: [PATCH] fix typo --- docs/api/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/context.md b/docs/api/context.md index 16ef4f8..4efb3d0 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -4,7 +4,7 @@ into a single object which provides many helpful methods for writing web applications and APIs. - Many accesors and methods simply delegate to their `ctx.request` or `ctx.response` + Many accessors and methods simply delegate to their `ctx.request` or `ctx.response` equivalents for convenience, and are otherwise identical. These operations are used so frequently in HTTP server development