Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeita Akutsu <kakts.git@gmail.com>2018-05-20 08:01:44 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-10-17 02:07:24 +0300
commit11a63ddf4885cae4bfd6995f945d8fdd963b97bc (patch)
treea62b7a811e08850debd9c03866c9c5a7b9aa035c /doc
parentb0e3ce9c4b7ec73267b93f0f631152ee92dd5f41 (diff)
doc: fix typo in http2.md
Backport-PR-URL: https://github.com/nodejs/node/pull/22850 PR-URL: https://github.com/nodejs/node/pull/20843 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 7c162d1062d..479b6bb4831 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.