From 210823ae0dd45a9a4614232795cf3e31fc70fbfb Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 6 Feb 2018 18:38:31 +0200 Subject: [PATCH] doc: fix typo in http2.md --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 3e62108048ee06..f1d4b1590d7770 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1701,7 +1701,7 @@ changes: and the total frame length will *not* necessarily be aligned at 8 bytes. * `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent streams for the remote peer as if a SETTINGS frame had been received. Will - be overridden if the remote peer sets its own value for. + be overridden if the remote peer sets its own value for `maxConcurrentStreams`. **Default:** `100` * `selectPadding` {Function} When `options.paddingStrategy` is equal to `http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function