Merge pull request #188 from pajapro/patch-1

Update middleware.md
This commit is contained in:
Tanner 2017-07-19 19:06:53 -04:00 committed by GitHub
commit b451dab05c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ let drop = try Droplet(config)
```
!!! tip
You can now dynamically enable and disable this mdidleware from your configuration files.
You can now dynamically enable and disable this middleware from your configuration files.
Simply add `"version"` to the `"middleware"` array in your `droplet.json` file.
See the [configuration](#configuration) section for more information.