From 46163dba03fa617f97c1c126c96f0c72c709c751 Mon Sep 17 00:00:00 2001 From: nicoder Date: Sun, 22 Dec 2013 13:26:30 +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 3e96397..d3bd199 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -9,7 +9,7 @@ These operations are used so frequently in HTTP server development that they are added at this level, instead of a higher level framework, - which would force middlware to re-implement this common functionality. + which would force middleware to re-implement this common functionality. A `Context` is created _per_ request, and is referenced in middleware as the receiver, or the `this` identifier, as shown in the following