From 11a63ddf4885cae4bfd6995f945d8fdd963b97bc Mon Sep 17 00:00:00 2001 From: Keita Akutsu Date: Sun, 20 May 2018 14:01:44 +0900 Subject: [PATCH] doc: fix typo in http2.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport-PR-URL: https://github.com/nodejs/node/pull/22850 PR-URL: https://github.com/nodejs/node/pull/20843 Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Tobias Nießen --- 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 7c162d1062d2c8..479b6bb48310ee 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -3123,7 +3123,7 @@ added: v8.4.0 --> Call [`http2stream.pushStream()`][] with the given headers, and wraps the -given newly created [`Http2Stream`] on `Http2ServerRespose`. +given newly created [`Http2Stream`] on `Http2ServerResponse`. The callback will be called with an error with code `ERR_HTTP2_STREAM_CLOSED` if the stream is closed.