We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0c9e commit 002048eCopy full SHA for 002048e
doc/api/http2.md
@@ -2281,7 +2281,7 @@ changes:
2281
* `http2.constants.PADDING_STRATEGY_NONE`: No padding is applied.
2282
* `http2.constants.PADDING_STRATEGY_MAX`: The maximum amount of padding,
2283
determined by the internal implementation, is applied.
2284
- * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attemps to apply enough
+ * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attempts to apply enough
2285
padding to ensure that the total frame length, including the
2286
9-byte header, is a multiple of 8. For each frame, there is a maximum
2287
allowed number of padding bytes that is determined by current flow control
0 commit comments