diff --git a/doc/api/http.markdown b/doc/api/http.markdown index d1391f077e0491..1a781e8ea9822d 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -788,7 +788,7 @@ should be used to determine the number of bytes in a given encoding. And Node.js does not check whether Content-Length and the length of the body which has been transmitted are equal or not. -## http.IncomingMessage +## Class: http.IncomingMessage An `IncomingMessage` object is created by [`http.Server`][] or [`http.ClientRequest`][] and passed as the first argument to the `'request'`