Skip to content

Commit 39267e8

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix typo in http2.md
Backport-PR-URL: #20456 PR-URL: #18602 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2da965c commit 39267e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1697,8 +1697,8 @@ changes:
16971697
and the total frame length will *not* necessarily be aligned at 8 bytes.
16981698
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
16991699
streams for the remote peer as if a SETTINGS frame had been received. Will
1700-
be overridden if the remote peer sets its own value for.
1701-
`maxConcurrentStreams`. **Default** `100`
1700+
be overridden if the remote peer sets its own value for
1701+
`maxConcurrentStreams`. **Default:** `100`
17021702
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
17031703
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
17041704
used to determine the padding. See [Using options.selectPadding][].

0 commit comments

Comments
 (0)