diff --git a/doc/api/http2.md b/doc/api/http2.md index 58d9005846e3d8..40d1a3a2344e92 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