Skip to content

Commit ec1c616

Browse files
authored
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 721fd01 commit ec1c616

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
@@ -2222,7 +2222,7 @@ changes:
22222222
An `IncomingMessage` object is created by [`http.Server`][] or
22232223
[`http.ClientRequest`][] and passed as the first argument to the [`'request'`][]
22242224
and [`'response'`][] event respectively. It may be used to access response
2225-
status, headers and data.
2225+
status, headers, and data.
22262226

22272227
Different from its `socket` value which is a subclass of {stream.Duplex}, the
22282228
`IncomingMessage` itself extends {stream.Readable} and is created separately to
@@ -2962,8 +2962,8 @@ added: v0.1.13
29622962
changes:
29632963
- version: v18.0.0
29642964
pr-url: https://github.com/nodejs/node/pull/41263
2965-
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout` and
2966-
`connectionsCheckingInterval` are supported now.
2965+
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout`, and
2966+
`connectionsCheckingInterval` options are supported now.
29672967
- version: v18.0.0
29682968
pr-url: https://github.com/nodejs/node/pull/42163
29692969
description: The `noDelay` option now defaults to `true`.

0 commit comments

Comments
 (0)