diff --git a/doc/api/http2.md b/doc/api/http2.md index 8d6ebd256fb02f..2f8296270f4c36 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -821,7 +821,7 @@ Shortcut for `http2stream.rstStream()` using error code `0x02` (Internal Error). added: v8.4.0 --> -* Value: {Http2Sesssion} +* Value: {Http2Session} A reference to the `Http2Session` instance that owns this `Http2Stream`. The value will be `undefined` after the `Http2Stream` instance is destroyed.