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