diff --git a/doc/api/http2.md b/doc/api/http2.md index 33f7caa97b228d..1efbad29bec833 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1808,7 +1808,7 @@ All additional properties on the settings object are ignored. ### Using `options.selectPadding` When `options.paddingStrategy` is equal to -`http2.constants.PADDING_STRATEGY_CALLBACK`, the the HTTP/2 implementation will +`http2.constants.PADDING_STRATEGY_CALLBACK`, the HTTP/2 implementation will consult the `options.selectPadding` callback function, if provided, to determine the specific amount of padding to use per HEADERS and DATA frame.