Skip to content

Commit 253996d

Browse files
Update doc/api/http.md
Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
1 parent c37c3c2 commit 253996d

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
@@ -2146,7 +2146,7 @@ be called multiple times to provide successive parts of the body.
21462146

21472147
Writing to the body is not allowed when the request method or response status
21482148
do not support content. If an attempt is made to write to the body for a
2149-
HEAD request or as part of a `204` or `304`response, a synchronous `Error`
2149+
HEAD request or as part of a `204` or `304` response, a synchronous `Error`
21502150
with the code `ERR_HTTP_BODY_NOT_ALLOWED` is thrown.
21512151

21522152
`chunk` can be a string or a buffer. If `chunk` is a string,

0 commit comments

Comments
 (0)