mirror of https://github.com/nodejs/node.git
doc: improve grammar in tls docs
Fix: #4246 PR-URL: https://github.com/nodejs/node/pull/4315 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
parent
5396baf7c1
commit
2fd3d8aee6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue