diff --git a/README.md b/README.md index 0474f6b17..c54a3fff2 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ class CountingDelegate: HTTPClientResponseDelegate { } func didReceiveHead(task: HTTPClient.Task, _ head: HTTPResponseHead) -> EventLoopFuture { - // this is executed when we receive HTTP Reponse head part of the request (it contains response code and headers), called once + // this is executed when we receive HTTP response head part of the request (it contains response code and headers), called once // in case backpressure is needed, all reads will be paused until returned future is resolved return task.eventLoop.makeSucceededFuture(()) }