Navigation Menu

Skip to content

Commit

Permalink
doc: improve grammar in tls docs
Browse files Browse the repository at this point in the history
Fix: nodejs#4246
PR-URL: nodejs#4315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
AdriVanHoudt authored and Michael Scovetta committed Apr 2, 2016
1 parent ae045f9 commit fb56a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
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

0 comments on commit fb56a3a

Please sign in to comment.