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)