diff --git a/doc/api/http.md b/doc/api/http.md index 8ea664f799ba9d..3b3b93525709af 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -289,7 +289,7 @@ Emitted each time a server responds to a request with a `CONNECT` method. If thi event isn't being listened for, clients receiving a `CONNECT` method will have their connections closed. -A client server pair that show you how to listen for the `'connect'` event. +A client and server pair that shows you how to listen for the `'connect'` event: ```js const http = require('http');