diff --git a/doc/api/http2.md b/doc/api/http2.md index e4239ce64942b9..ed96c719f9a462 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -3642,7 +3642,8 @@ added: v8.4.0 has been rejected, or the state of `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method * `err` {Error} - * `stream` {ServerHttp2Stream} The newly-created `ServerHttp2Stream` object + * `res` {http2.Http2ServerResponse} The newly-created `Http2ServerResponse` + object Call [`http2stream.pushStream()`][] with the given headers, and wrap the given [`Http2Stream`][] on a newly created `Http2ServerResponse` as the callback