Skip to content

Commit c988a0e

Browse files
tniessenBethGriggs
authored andcommitted
doc: use serial comma in http docs
Refs: #11321 Refs: #17384 PR-URL: #43026 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 4de918b commit c988a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/http.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ changes:
22202220
An `IncomingMessage` object is created by [`http.Server`][] or
22212221
[`http.ClientRequest`][] and passed as the first argument to the [`'request'`][]
22222222
and [`'response'`][] event respectively. It may be used to access response
2223-
status, headers and data.
2223+
status, headers, and data.
22242224

22252225
Different from its `socket` value which is a subclass of {stream.Duplex}, the
22262226
`IncomingMessage` itself extends {stream.Readable} and is created separately to
@@ -2960,8 +2960,8 @@ added: v0.1.13
29602960
changes:
29612961
- version: v18.0.0
29622962
pr-url: https://github.com/nodejs/node/pull/41263
2963-
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout` and
2964-
`connectionsCheckingInterval` are supported now.
2963+
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout`, and
2964+
`connectionsCheckingInterval` options are supported now.
29652965
- version: v18.0.0
29662966
pr-url: https://github.com/nodejs/node/pull/42163
29672967
description: The `noDelay` option now defaults to `true`.

0 commit comments

Comments
 (0)