Merge pull request #137 from nicoder/patch-2

fix typo
This commit is contained in:
TJ Holowaychuk 2013-12-22 07:32:24 -08:00
commit f19ab98156
1 changed files with 1 additions and 1 deletions

View File

@ -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