Skip to content

Commit 7241fa0

Browse files
vsemozhetbytMylesBorins
authored andcommittedFeb 21, 2018
doc: fix typo in http2.md
PR-URL: #18602 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7806c51 commit 7241fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/http2.md

+1-1
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)
Please sign in to comment.