diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 92946b65351f92..97d7388a291027 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -598,7 +598,7 @@ Creates a new client connection to the given `port` and `host` (old API) or OpenSSL and are defined in the constant [SSL_METHODS][]. - `secureContext`: An optional TLS context object from - `tls.createSecureContext( ... )`. Could it be used for caching client + `tls.createSecureContext( ... )`. It could be used for caching client certificates, key, and CA certificates. - `session`: A `Buffer` instance, containing TLS session.