We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ea82b commit ddee71aCopy full SHA for ddee71a
doc/api/tls.md
@@ -467,7 +467,7 @@ added: v0.11.4
467
468
* `socket` {net.Socket} An instance of [`net.Socket`][]
469
* `options` {Object}
470
- * `isServer`: The SSL/TLS protocol is asymetrical, TLSSockets must know if
+ * `isServer`: The SSL/TLS protocol is asymmetrical, TLSSockets must know if
471
they are to behave as a server or a client. If `true` the TLS socket will be
472
instantiated as a server. Defaults to `false`.
473
* `server` {net.Server} An optional [`net.Server`][] instance.
0 commit comments