Skip to content

Commit 11a63dd

Browse files
kaktsBethGriggs
authored andcommittedOct 16, 2018
doc: fix typo in http2.md
Backport-PR-URL: #22850 PR-URL: #20843 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent b0e3ce9 commit 11a63dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ added: v8.4.0
31233123
-->
31243124

31253125
Call [`http2stream.pushStream()`][] with the given headers, and wraps the
3126-
given newly created [`Http2Stream`] on `Http2ServerRespose`.
3126+
given newly created [`Http2Stream`] on `Http2ServerResponse`.
31273127

31283128
The callback will be called with an error with code `ERR_HTTP2_STREAM_CLOSED`
31293129
if the stream is closed.

0 commit comments

Comments
 (0)
Please sign in to comment.