Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs(api): fix typo in http2
  • Loading branch information
snitin315 committed Mar 30, 2020
commit cdb034c6d6f1520487ddcf28a45d48ec69cc2143
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