From 07f10f351559274ecd2612f2ba78b3a94d6e73f7 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 --- 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 560e183dca6da1..ec75dd7f63b0aa 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -3121,7 +3121,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.