Skip to content

Commit 10f6acf

Browse files
committed
doc: improve grammar in tls docs
Fix: nodejs#4246 PR-URL: nodejs#4315
1 parent e5774c9 commit 10f6acf

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)