From bb686597bd6d996b8afe531eb42bb064281850ab Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Sun, 27 Dec 2015 12:08:14 +0200 Subject: [PATCH] Update middlewares.md --- docs/middlewares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/middlewares.md b/docs/middlewares.md index 9a17a21..198df53 100644 --- a/docs/middlewares.md +++ b/docs/middlewares.md @@ -7,7 +7,7 @@ Kemal has built-in middlewares for common use cases. ### HTTP Basic Authorization This middleware let's you add HTTP Basic Authorization support to your Kemal application. -To increase easy of use you can use this middleware with `basic_auth` macro like below. +You can easily use this middleware with `basic_auth` macro like below. ```crystal require "kemal"