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