We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751f09e commit 14c8f46Copy full SHA for 14c8f46
doc/api/http.md
@@ -2193,7 +2193,7 @@ changes:
2193
An `IncomingMessage` object is created by [`http.Server`][] or
2194
[`http.ClientRequest`][] and passed as the first argument to the [`'request'`][]
2195
and [`'response'`][] event respectively. It may be used to access response
2196
-status, headers and data.
+status, headers, and data.
2197
2198
Different from its `socket` value which is a subclass of {stream.Duplex}, the
2199
`IncomingMessage` itself extends {stream.Readable} and is created separately to
0 commit comments