summaryrefslogtreecommitdiff
path: root/doc/api/tls.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/tls.markdown')
-rw-r--r--doc/api/tls.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index a09b28510..f834a8374 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -252,7 +252,7 @@ Creates a new client connection to the given `port` and `host` (old API) or
are ignored.
- `pfx`: A string or `Buffer` containing the private key, certificate and
- CA certs of the server in PFX or PKCS12 format.
+ CA certs of the client in PFX or PKCS12 format.
- `key`: A string or `Buffer` containing the private key of the client in
PEM format.