Skip to content

Commit 985f18d

Browse files
authored
Update README.md
1 parent 48d6305 commit 985f18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In the above we have used a callback. Overall the following options are availabl
6161

6262
- A controller handler action in format `[TestController::class, 'index']`. `TestController` instance will be created and
6363
`index()` method will be executed.
64-
- A name of PSR-15 middleware class. The middleware instance will be obtained from container executed.
64+
- A name of PSR-15 middleware class. The middleware instance will be obtained from container.
6565
- A function returning a middleware such as
6666
```php
6767
static function (): MiddlewareInterface {

0 commit comments

Comments
 (0)