Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8807981

Browse filesBrowse files
anu0012Myles Borins
authored andcommitted
doc: fix typo in http.md
PR-URL: #9144 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
1 parent 620cdc5 commit 8807981
Copy full SHA for 8807981

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.