summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnto Aravinth <anto.aravinth.cse@gmail.com>2018-08-14 23:52:26 +0530
committerGeorge Adams <george.adams@uk.ibm.com>2018-08-14 20:00:20 +0100
commitfc846662637af5372d234cdf2f2e0314a73bcd31 (patch)
tree7a6047723079797fd8e1f628dad82e9c35d561b6 /doc
parent7404a4dd42a45ae4d4dfb3474ce10cc5fef09e7c (diff)
downloadandroid-node-v8-fc846662637af5372d234cdf2f2e0314a73bcd31.tar.gz
android-node-v8-fc846662637af5372d234cdf2f2e0314a73bcd31.tar.bz2
android-node-v8-fc846662637af5372d234cdf2f2e0314a73bcd31.zip
http2: correcting the heading format
PR-URL: https://github.com/nodejs/node/pull/22262 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 05b5ff7718..34a53e33b7 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