From fb56a3adc590e01d66361adcece586bcd42882be Mon Sep 17 00:00:00 2001 From: Adri Van Houdt Date: Wed, 16 Dec 2015 23:21:35 +0100 Subject: [PATCH] doc: improve grammar in tls docs Fix: #4246 PR-URL: https://github.com/nodejs/node/pull/4315 Reviewed-By: James M Snell Reviewed-By: Fedor Indutny --- doc/api/tls.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 98b584dfd9f071..d3e5cd132733e7 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.