We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4762399 commit d25d40eCopy full SHA for d25d40e
doc/api/http2.md
@@ -913,7 +913,7 @@ All [`Http2Stream`][] instances are destroyed either when:
913
* The `http2stream.destroy()` or `http2session.destroy()` methods are called.
914
915
When an `Http2Stream` instance is destroyed, an attempt will be made to send an
916
-`RST_STREAM` frame will be sent to the connected peer.
+`RST_STREAM` frame to the connected peer.
917
918
When the `Http2Stream` instance is destroyed, the `'close'` event will
919
be emitted. Because `Http2Stream` is an instance of `stream.Duplex`, the
0 commit comments