We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37c3c2 commit 253996dCopy full SHA for 253996d
doc/api/http.md
@@ -2146,7 +2146,7 @@ be called multiple times to provide successive parts of the body.
2146
2147
Writing to the body is not allowed when the request method or response status
2148
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`
+HEAD request or as part of a `204` or `304` response, a synchronous `Error`
2150
with the code `ERR_HTTP_BODY_NOT_ALLOWED` is thrown.
2151
2152
`chunk` can be a string or a buffer. If `chunk` is a string,
0 commit comments