diff --git a/doc/api/http.md b/doc/api/http.md index bd8ff131e998fe..c75bc66c3732d8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2905,7 +2905,7 @@ changes: * `localPort` {number} Local port to connect from. * `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][]. * `maxHeaderSize` {number} Optionally overrides the value of - [`--max-http-header-size`][] for requests received from the server, i.e. + [`--max-http-header-size`][] for responses received from the server, i.e. the maximum length of response headers in bytes. **Default:** 16384 (16 KB). * `method` {string} A string specifying the HTTP request method. **Default:**