From 33aa953f918f624a44e538baf2a3ee41570ac303 Mon Sep 17 00:00:00 2001 From: yorkie Date: Mon, 26 Sep 2016 12:49:50 +0800 Subject: [PATCH] doc: fix title level at tls.md PR-URL: https://github.com/nodejs/node/pull/8782 Reviewed-By: James M Snell Reviewed-By: Teddy Katz Reviewed-By: Gibson Fahnestock --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 3cacfeef64b..c7daa8f1818 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])