From 85a293bdfcd19d87c8293bf6a27c1232a6e56bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 8 Mar 2021 23:53:20 +0100 Subject: [PATCH] doc: fix typo in description of close event PR-URL: https://github.com/nodejs/node/pull/37662 Reviewed-By: Anna Henningsen Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Richard Lau Reviewed-By: Rich Trott --- 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 3005158c81f6bc..05f27e6f667ce6 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1360,7 +1360,7 @@ passed as the second parameter to the [`'request'`][] event. added: v0.6.7 --> -Indicates that the the response is completed, or its underlying connection was +Indicates that the response is completed, or its underlying connection was terminated prematurely (before the response completion). ### Event: `'finish'`