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:
Adri Van Houdt 2015-12-16 23:21:35 +01:00 committed by James M Snell
parent 5396baf7c1
commit 2fd3d8aee6
1 changed files with 1 additions and 1 deletions

View File

@ -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.