diff --git a/doc/api/http2.md b/doc/api/http2.md index b1cf3479f300a3..4f0a7acb5ac97f 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -913,7 +913,7 @@ All [`Http2Stream`][] instances are destroyed either when: * The `http2stream.destroy()` or `http2session.destroy()` methods are called. When an `Http2Stream` instance is destroyed, an attempt will be made to send an -`RST_STREAM` frame will be sent to the connected peer. +`RST_STREAM` frame to the connected peer. When the `Http2Stream` instance is destroyed, the `'close'` event will be emitted. Because `Http2Stream` is an instance of `stream.Duplex`, the