diff --git a/doc/api/tls.md b/doc/api/tls.md index 3cacfeef64b8cd..c7daa8f181820e 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1191,7 +1191,7 @@ As with checking for the server [`secureConnection`](#tls_event_secureconnection event, `pair.cleartext.authorized` should be inspected to confirm whether the certificate used is properly authorized. -## tls.createSecurePair([context][, isServer][, requestCert][, rejectUnauthorized][, options]) +### tls.createSecurePair([context][, isServer][, requestCert][, rejectUnauthorized][, options])