Skip to content

Commit 638ef09

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 e2bb2a2 commit 638ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

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

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

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

0 commit comments

Comments
 (0)