Skip to content

Commit

Permalink
docs(api): fix typo in http2
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 30, 2020
1 parent 49cc40b commit cdb034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdb034c

Please sign in to comment.