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 2cb8e2e commit 2b84f80Copy full SHA for 2b84f80
README.md
@@ -67,6 +67,6 @@ $server = new Server([
67
68
# Warning
69
70
-This adapter rewrite the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)`
+This adapter rewrites the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)`
71
calls into a yield `(yield $delegate->process($request))`. This should work for most middleware but cannot be guaranteed for all.
72
In case you run into issues please open an issue with the middleware in question you're having problems with.
0 commit comments