From 02f80be0124081bc81fd6a376cc1661ec14228ec Mon Sep 17 00:00:00 2001 From: kohta ito Date: Tue, 3 Oct 2017 01:10:44 +0900 Subject: [PATCH] doc: fix typo in tls.md PR-URL: https://github.com/nodejs/node/pull/15738 Reviewed-By: Daniel Bevenius Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 9979895a755cf7..f001f4f265d723 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -474,7 +474,7 @@ changes: * `socket` {net.Socket} An instance of [`net.Socket`][] * `options` {Object} - * `isServer`: The SSL/TLS protocol is asymetrical, TLSSockets must know if + * `isServer`: The SSL/TLS protocol is asymmetrical, TLSSockets must know if they are to behave as a server or a client. If `true` the TLS socket will be instantiated as a server. Defaults to `false`. * `server` {net.Server} An optional [`net.Server`][] instance.