Skip to content

Commit 8807981

Browse files
anu0012Myles Borins
authored and
Myles Borins
committed
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 620cdc5 commit 8807981

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
@@ -261,7 +261,7 @@ Emitted each time a server responds to a request with a `CONNECT` method. If thi
261261
event isn't being listened for, clients receiving a `CONNECT` method will have
262262
their connections closed.
263263

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

266266
```js
267267
const http = require('http');

0 commit comments

Comments
 (0)