From 6ac9a564188d92a9a82413cc54439cf307f70d59 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 --- 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 aefb4aface569a..6bdc6732b80b2a 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1385,7 +1385,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'`