Skip to content

Commit 8211904

Browse files
anu0012evanlucas
authored andcommitted
doc: fix typo in http.md
PR-URL: #9144 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent d2e7882 commit 8211904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Emitted each time a server responds to a request with a `CONNECT` method. If thi
289289
event isn't being listened for, clients receiving a `CONNECT` method will have
290290
their connections closed.
291291

292-
A client server pair that show you how to listen for the `'connect'` event.
292+
A client and server pair that shows you how to listen for the `'connect'` event:
293293

294294
```js
295295
const http = require('http');

0 commit comments

Comments
 (0)