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.
2 parents 0be1fc8 + 3a95749 commit 0609f8bCopy full SHA for 0609f8b
1 file changed
README.md
@@ -420,7 +420,7 @@ See also [example #6](examples) for more details.
420
The callback function passed to the constructor of the [Server](#server)
421
is responsible for processing the request and returning a response,
422
which will be delivered to the client.
423
-This function MUST return an instance imlementing
+This function MUST return an instance implementing
424
[PSR-7 ResponseInterface](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md#33-psrhttpmessageresponseinterface)
425
object or a
426
[ReactPHP Promise](https://github.com/reactphp/promise#reactpromise)
0 commit comments