We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e7882 commit 8211904Copy full SHA for 8211904
doc/api/http.md
@@ -289,7 +289,7 @@ Emitted each time a server responds to a request with a `CONNECT` method. If thi
289
event isn't being listened for, clients receiving a `CONNECT` method will have
290
their connections closed.
291
292
-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:
293
294
```js
295
const http = require('http');
0 commit comments