We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7806c51 commit 7241fa0Copy full SHA for 7241fa0
doc/api/http2.md
@@ -1701,7 +1701,7 @@ changes:
1701
and the total frame length will *not* necessarily be aligned at 8 bytes.
1702
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
1703
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.
+ be overridden if the remote peer sets its own value for
1705
`maxConcurrentStreams`. **Default:** `100`
1706
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
1707
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
0 commit comments