diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 4e465d6f55..b6dcf46124 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -58,7 +58,7 @@ Example: ## crypto.createCredentials(details) -Stability: 0 - Deprecated. Use [tls.createSecureContext][] instead. + Stability: 0 - Deprecated. Use [tls.createSecureContext][] instead. Creates a credentials object, with the optional details being a dictionary with keys: diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 7d9aada8f8..17172239c5 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -428,8 +428,6 @@ Construct a new TLSSocket object from existing TCP socket. ## tls.createSecureContext(details) -Stability: 0 - Deprecated. Use tls.createSecureContext instead. - Creates a credentials object, with the optional details being a dictionary with keys: