Skip to content

Commit 0609f8b

Browse files
authored
Merge pull request #203 from ojhaujjwal/patch-1
Fixed typo
2 parents 0be1fc8 + 3a95749 commit 0609f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ See also [example #6](examples) for more details.
420420
The callback function passed to the constructor of the [Server](#server)
421421
is responsible for processing the request and returning a response,
422422
which will be delivered to the client.
423-
This function MUST return an instance imlementing
423+
This function MUST return an instance implementing
424424
[PSR-7 ResponseInterface](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md#33-psrhttpmessageresponseinterface)
425425
object or a
426426
[ReactPHP Promise](https://github.com/reactphp/promise#reactpromise)

0 commit comments

Comments
 (0)