Skip to content

Commit 002048e

Browse files
snitin315addaleax
authored andcommitted
doc: fix typo in http2 docs
PR-URL: #32292 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 02b0c9e commit 002048e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ changes:
22812281
* `http2.constants.PADDING_STRATEGY_NONE`: No padding is applied.
22822282
* `http2.constants.PADDING_STRATEGY_MAX`: The maximum amount of padding,
22832283
determined by the internal implementation, is applied.
2284-
* `http2.constants.PADDING_STRATEGY_ALIGNED`: Attemps to apply enough
2284+
* `http2.constants.PADDING_STRATEGY_ALIGNED`: Attempts to apply enough
22852285
padding to ensure that the total frame length, including the
22862286
9-byte header, is a multiple of 8. For each frame, there is a maximum
22872287
allowed number of padding bytes that is determined by current flow control

0 commit comments

Comments
 (0)