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.