Skip to content

Commit 14c8f46

Browse files
tniessentargos
authored andcommitted
doc: use serial comma in http docs
Refs: #11321 Refs: #17384 PR-URL: #43026 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 751f09e commit 14c8f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ changes:
21932193
An `IncomingMessage` object is created by [`http.Server`][] or
21942194
[`http.ClientRequest`][] and passed as the first argument to the [`'request'`][]
21952195
and [`'response'`][] event respectively. It may be used to access response
2196-
status, headers and data.
2196+
status, headers, and data.
21972197

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

0 commit comments

Comments
 (0)