diff --git a/doc/api/http2.md b/doc/api/http2.md index 7c162d1062d2c8..479b6bb48310ee 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.