We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12aee6 commit 5a0ba25Copy full SHA for 5a0ba25
README.md
@@ -655,7 +655,7 @@ passed explicitly.
655
### Middleware
656
657
Middleware can be added to the server using [`MiddlewareRunner`](src/MiddlewareRunner.php)
658
-instead of the `callable`. A middleware is expected to adjure the following rules:
+instead of the `callable`. A middleware is expected to adhere the following rules:
659
660
* It is a `callable`.
661
* It accepts `ServerRequestInterface` as first argument and optional `callable` as second argument.
0 commit comments