diff --git a/doc/api/http.markdown b/doc/api/http.markdown index ed2e4cfb118ed5..624faae8fa4992 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -919,8 +919,8 @@ In case of server request, the HTTP version sent by the client. In the case of client response, the HTTP version of the connected-to server. Probably either `'1.1'` or `'1.0'`. -Also `response.httpVersionMajor` is the first integer and -`response.httpVersionMinor` is the second. +Also `message.httpVersionMajor` is the first integer and +`message.httpVersionMinor` is the second. ### message.method