Browse Source

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>
process-exit-stdio-flushing
Adri Van Houdt 9 years ago
committed by James M Snell
parent
commit
2fd3d8aee6
  1. 2
      doc/api/tls.markdown

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

Loading…
Cancel
Save