Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-09-17 07:56:24 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-19 10:23:47 +0300
commit0bafe6dd219a62c5f8426e37be9807b88a62ecad (patch)
tree3f413328b14969a268d7b04ac14424cc8eea591f /doc/api/http.md
parent088c01bfdf3feec18c1bafcee0a6041992858c31 (diff)
doc: fix comma splice
PR-URL: https://github.com/nodejs/node/pull/40133 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index f7484baac2e..65f2ca3d718 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2498,7 +2498,7 @@ added: v0.9.12
* `msesc` {number}
* `callback` {Function} Optional function to be called when a timeout
-occurs, Same as binding to the `timeout` event.
+ occurs. Same as binding to the `timeout` event.
* Returns: {this}
Once a socket is associated with the message and is connected,