From 891ddad93c3f4a470cbe1a02bd898685e0e01ea6 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Mon, 13 Nov 2017 09:16:29 -0600 Subject: [PATCH] doc: fix typo in http2 doc `Sesssion` -> `Session` PR-URL: https://github.com/nodejs/node/pull/16993 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.