Skip to content

Commit a6f21e2

Browse files
tniessenruyadorno
authored andcommitted
doc: fix wording in outgoingMessage.write
PR-URL: #37894 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 76ebc4b commit a6f21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ This method handles the raw body of the HTTP message and has nothing to do
25892589
with higher-level multi-part body encodings that may be used.
25902590

25912591
If it is the first call to this method of a message, it will send the
2592-
buffered header first, then flush the the `chunk` as described above.
2592+
buffered header first, then flush the `chunk` as described above.
25932593

25942594
The second and successive calls to this method will assume the data
25952595
will be streamed and send the new data separately. It means that the response

0 commit comments

Comments
 (0)