Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down