Skip to content

Commit

Permalink
doc: use serial comma in http docs
Browse files Browse the repository at this point in the history
Refs: #11321
Refs: #17384

PR-URL: #43026
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent 53364e9 commit 5f0006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2193,7 +2193,7 @@ changes:
An `IncomingMessage` object is created by [`http.Server`][] or
[`http.ClientRequest`][] and passed as the first argument to the [`'request'`][]
and [`'response'`][] event respectively. It may be used to access response
status, headers and data.
status, headers, and data.

Different from its `socket` value which is a subclass of {stream.Duplex}, the
`IncomingMessage` itself extends {stream.Readable} and is created separately to
Expand Down

0 comments on commit 5f0006a

Please sign in to comment.