Skip to content

Commit

Permalink
doc: fix typo in description of close event
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -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'`
Expand Down

0 comments on commit 85a293b

Please sign in to comment.