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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)