X Tutup
The Wayback Machine - https://web.archive.org/web/20230218081838/https://github.com/nodejs/node/commit/85a293bdfc
Skip to content
Permalink
Browse files
doc: fix typo in description of close event
PR-URL: #37662
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen authored and targos committed May 1, 2021
1 parent 3a6e405 commit 85a293b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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'`

0 comments on commit 85a293b

Please sign in to comment.
X Tutup