From 90458d11e852afbc94b4080e7a1f42b4f253b864 Mon Sep 17 00:00:00 2001 From: Adrien Brunet <64930588+adrien-may@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:49:23 +0100 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=8F=EF=B8=8F=20=20Fix=20Typo=20in=20co?= =?UTF-8?q?ncepts/middlewares.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- developer-docs/latest/concepts/middlewares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs/latest/concepts/middlewares.md b/developer-docs/latest/concepts/middlewares.md index 83dac56385..952782e426 100644 --- a/developer-docs/latest/concepts/middlewares.md +++ b/developer-docs/latest/concepts/middlewares.md @@ -71,7 +71,7 @@ To configure the middlewares of your application, you need to create or edit the By default this file doesn't exist, you will have to create it. -**Availabe options** +**Available options** - `timeout` (integer): Defines the maximum allowed milliseconds to load a middleware. - `load` (Object): Configuration middleware loading. See details [here](#load-order)