Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorNitin Kumar <snitin315@gmail.com>2020-03-30 08:49:18 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-30 10:35:21 +0300
commit575b4e368d01b0be0a5f821d4c46b5aa8ff4b528 (patch)
tree44ec3b1c06cda3cfbb009a2f79db1f1a770cd59a /doc/api
parent988f5bf6fb739950fe47ecc3c20853893ba729b0 (diff)
doc: fix typo in http2 docs
PR-URL: https://github.com/nodejs/node/pull/32292 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api')
-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 0e7d47e14fd..ceda983559d 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2281,7 +2281,7 @@ changes:
* `http2.constants.PADDING_STRATEGY_NONE`: No padding is applied.
* `http2.constants.PADDING_STRATEGY_MAX`: The maximum amount of padding,
determined by the internal implementation, is applied.
- * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attemps to apply enough
+ * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attempts to apply enough
padding to ensure that the total frame length, including the
9-byte header, is a multiple of 8. For each frame, there is a maximum
allowed number of padding bytes that is determined by current flow control