From d1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb 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 PR-URL: https://github.com/nodejs/node/pull/18602 Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca --- 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