From b4ccbf3e846ed4c009012e199ebf68de35bb031f 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 --- 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.