Skip to content

Commit

Permalink
doc: fix typo in http2.md
Browse files Browse the repository at this point in the history
Backport-PR-URL: #22850
PR-URL: #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>
  • Loading branch information
kakts authored and BethGriggs committed Oct 16, 2018
1 parent b0e3ce9 commit 11a63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -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.
Expand Down

0 comments on commit 11a63dd

Please sign in to comment.