Skip to content

Commit d1d9e2f

Browse files
committed
doc: fix typo in http2.md
PR-URL: #18602 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ac829f0 commit d1d9e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ changes:
17011701
and the total frame length will *not* necessarily be aligned at 8 bytes.
17021702
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
17031703
streams for the remote peer as if a SETTINGS frame had been received. Will
1704-
be overridden if the remote peer sets its own value for.
1704+
be overridden if the remote peer sets its own value for
17051705
`maxConcurrentStreams`. **Default:** `100`
17061706
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
17071707
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function

0 commit comments

Comments
 (0)