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 May 9, 2022
1 parent 721fd01 commit ec1c616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,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 Expand Up @@ -2962,8 +2962,8 @@ added: v0.1.13
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41263
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout` and
`connectionsCheckingInterval` are supported now.
description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout`, and
`connectionsCheckingInterval` options are supported now.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/42163
description: The `noDelay` option now defaults to `true`.
Expand Down

0 comments on commit ec1c616

Please sign in to comment.