From 39267e8bb08dcfd68a9d0e79c445a61a259e6e91 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 Backport-PR-URL: https://github.com/nodejs/node/pull/20456 PR-URL: https://github.com/nodejs/node/pull/18602 Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca --- doc/api/http2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 8190eab7faa6d8..3fac9f17ccf216 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1697,8 +1697,8 @@ 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. - `maxConcurrentStreams`. **Default** `100` + 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 used to determine the padding. See [Using options.selectPadding][].