Skip to content

Commit 891ddad

Browse files
devsnekMylesBorins
authored andcommitted
doc: fix typo in http2 doc
`Sesssion` -> `Session` PR-URL: #16993 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 315fba8 commit 891ddad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ Shortcut for `http2stream.rstStream()` using error code `0x02` (Internal Error).
821821
added: v8.4.0
822822
-->
823823

824-
* Value: {Http2Sesssion}
824+
* Value: {Http2Session}
825825

826826
A reference to the `Http2Session` instance that owns this `Http2Stream`. The
827827
value will be `undefined` after the `Http2Stream` instance is destroyed.

0 commit comments

Comments
 (0)