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