From ed17f12d632f7e97921e036fc59d0d5cf308bdcc Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Fri, 10 Nov 2017 14:13:17 +0530 Subject: [PATCH] doc: remove duplicate 'the' from http2 API doc --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.