Skip to content

Commit 2fd3d8a

Browse files
AdriVanHoudtjasnell
authored andcommitted
doc: improve grammar in tls docs
Fix: #4246 PR-URL: #4315 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
1 parent 5396baf commit 2fd3d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Creates a new client connection to the given `port` and `host` (old API) or
598598
OpenSSL and are defined in the constant [SSL_METHODS][].
599599

600600
- `secureContext`: An optional TLS context object from
601-
`tls.createSecureContext( ... )`. Could it be used for caching client
601+
`tls.createSecureContext( ... )`. It could be used for caching client
602602
certificates, key, and CA certificates.
603603

604604
- `session`: A `Buffer` instance, containing TLS session.

0 commit comments

Comments
 (0)