From c73735cdf008e529de99287a40ce87d469dba1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Proch=C3=A1zka?= Date: Sun, 2 Jul 2017 13:43:46 +0200 Subject: [PATCH] Update middleware.md --- 2.0/docs/http/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/http/middleware.md b/2.0/docs/http/middleware.md index eca2c1ad..93e02eab 100644 --- a/2.0/docs/http/middleware.md +++ b/2.0/docs/http/middleware.md @@ -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.