fix: typo (#21)

`Server levl` into `Server level`
This commit is contained in:
Jofry 2018-04-23 17:24:22 +10:00 committed by Harminder
parent 43198c1814
commit d8d11858ea

View File

@ -44,7 +44,7 @@ const namedMiddleware = {
| Server Middleware | Server Middleware
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Server levl middleware are executed even when route for a given URL is | Server level middleware are executed even when route for a given URL is
| not registered. Features like `static assets` and `cors` needs better | not registered. Features like `static assets` and `cors` needs better
| control over request lifecycle. | control over request lifecycle.
| |