From 51cb78022e6ab8017e51846a55b42a7a0a750818 Mon Sep 17 00:00:00 2001 From: Alexandru Comanescu Date: Sun, 20 Feb 2022 15:17:13 +0200 Subject: [PATCH] doc: fix typo in http2 endAfterHeaders description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42060 Reviewed-By: Robert Nagy Reviewed-By: Darshan Sen Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- 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 51efb6c9dc886c..96b59cd11f1bd3 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1201,7 +1201,7 @@ added: v10.11.0 * {boolean} -Set the `true` if the `END_STREAM` flag was set in the request or response +Set to `true` if the `END_STREAM` flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the `Http2Stream` will be closed.