diff --git a/en/application-micro.md b/en/application-micro.md index d124907a79c2..f0020bcdee64 100644 --- a/en/application-micro.md +++ b/en/application-micro.md @@ -1753,7 +1753,7 @@ $app->after( ); ``` -You can also use classes and attach them to the Events Manager as listener. Using this approach offers more flexibility are reduces the bootstrap file size, since the middleware logic is encapsulated in one file per middleware. +You can also use classes and attach them to the Events Manager as listener. Using this approach offers more flexibility and reduces the bootstrap file size, since the middleware logic is encapsulated in one file per middleware. ```php