diff --git a/doc/api/http.md b/doc/api/http.md index 0d0dd699c18695..aa5198214242a2 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1611,7 +1611,7 @@ There are a few special headers that should be noted. * Sending a 'Connection: keep-alive' will notify Node.js that the connection to the server should be persisted until the next request. -* Sending a 'Content-length' header will disable the default chunked encoding. +* Sending a 'Content-Length' header will disable the default chunked encoding. * Sending an 'Expect' header will immediately send the request headers. Usually, when sending 'Expect: 100-continue', you should both set a timeout