Skip to content

Commit f4145f0

Browse files
authored
doc: fix typo in http.md
PR-URL: #59354 Reviewed-By: Tim Perry <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]>
1 parent 53c4a39 commit f4145f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ added: v0.3.6
639639
-->
640640

641641
Emitted when the request has been sent. More specifically, this event is emitted
642-
when the last segment of the response headers and body have been handed off to
642+
when the last segment of the request headers and body have been handed off to
643643
the operating system for transmission over the network. It does not imply that
644644
the server has received anything yet.
645645

0 commit comments

Comments
 (0)