From 15d776d11437a6569220d189d57a79dad8677451 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Sun, 27 Dec 2015 12:55:49 +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 198df53..d890d4a 100644 --- a/docs/middlewares.md +++ b/docs/middlewares.md @@ -6,7 +6,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. +This middleware lets you add HTTP Basic Authorization to your Kemal application. You can easily use this middleware with `basic_auth` macro like below. ```crystal