Skip to content

Commit

Permalink
doc: fix typo in http2 doc
Browse files Browse the repository at this point in the history
`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]>
  • Loading branch information
devsnek authored and MylesBorins committed Nov 17, 2017
1 parent 315fba8 commit 891ddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 891ddad

Please sign in to comment.