summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-06 18:38:31 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-06 20:45:17 +0200
commitd1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb (patch)
tree7b3768d894acb8c86a046136f6c759c451ef5752 /doc/api/http2.md
parentac829f0135b02e0c130e2433e028235c2bed2059 (diff)
downloadandroid-node-v8-d1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb.tar.gz
android-node-v8-d1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb.tar.bz2
android-node-v8-d1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb.zip
doc: fix typo in http2.md
PR-URL: https://github.com/nodejs/node/pull/18602 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 3e62108048..f1d4b1590d 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