diff --git a/doc/api/http.md b/doc/api/http.md index 3aed0315c2..17dd39c76c 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -261,7 +261,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');