From 8d226c6a79667d2fee644e4af2ac9bda314eacce Mon Sep 17 00:00:00 2001 From: Anto Aravinth Date: Tue, 14 Aug 2018 23:52:26 +0530 Subject: [PATCH] http2: correcting the heading format PR-URL: https://github.com/nodejs/node/pull/22262 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: George Adams --- 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 05b5ff7718d4aa..34a53e33b7f2b6 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -113,7 +113,7 @@ User code will not create `Http2Session` instances directly. Server-side new HTTP/2 connection is received. Client-side `Http2Session` instances are created using the `http2.connect()` method. -#### `Http2Session` and Sockets +#### Http2Session and Sockets Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or [`tls.TLSSocket`][] when it is created. When either the `Socket` or the