From a07d8444f906689cdcf2b064966fd76964c1f8ba Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 16 Sep 2021 21:56:24 -0700 Subject: [PATCH] doc: fix comma splice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40133 Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: Antoine du Hamel Reviewed-By: Michael Dawson --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index d0464a0b56d3c6..0cbfce0fbe67d9 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2492,7 +2492,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,