Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Mar 10, 2018
1 parent 5e9e5f6 commit 59c8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cro-http-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Middleware can be applied either:
applying middleware at this level: the processing pipeline with server-level
middleware is built per connection, and re-used for multiple requests with
HTTP/1.1 persistent connections as well as with HTTP/2.0 where there is
typially a single longer-lived connection per client.
typically a single longer-lived connection per client.
* At the level of a `route` block (using `Cro::HTTP::Router`). When composing
a larger application out of many `route` blocks, using `include` or
`delegate`, this allows for more localized application of middleware (for
Expand Down

0 comments on commit 59c8606

Please sign in to comment.