fix typo
This commit is contained in:
parent
663c0f7a6e
commit
46163dba03
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
These operations are used so frequently in HTTP server development
|
These operations are used so frequently in HTTP server development
|
||||||
that they are added at this level, instead of a higher level framework,
|
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
|
A `Context` is created _per_ request, and is referenced in middleware
|
||||||
as the receiver, or the `this` identifier, as shown in the following
|
as the receiver, or the `this` identifier, as shown in the following
|
||||||
|
|
Loading…
Reference in a new issue