Skip to content

Commit 2b84f80

Browse files
committed
typo
1 parent 2cb8e2e commit 2b84f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ $server = new Server([
6767

6868
# Warning
6969

70-
This adapter rewrite the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)`
70+
This adapter rewrites the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)`
7171
calls into a yield `(yield $delegate->process($request))`. This should work for most middleware but cannot be guaranteed for all.
7272
In case you run into issues please open an issue with the middleware in question you're having problems with.

0 commit comments

Comments
 (0)