We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e38b commit dcad2dfCopy full SHA for dcad2df
doc/api/tls.md
@@ -474,7 +474,7 @@ changes:
474
475
* `socket` {net.Socket} An instance of [`net.Socket`][]
476
* `options` {Object}
477
- * `isServer`: The SSL/TLS protocol is asymetrical, TLSSockets must know if
+ * `isServer`: The SSL/TLS protocol is asymmetrical, TLSSockets must know if
478
they are to behave as a server or a client. If `true` the TLS socket will be
479
instantiated as a server. Defaults to `false`.
480
* `server` {net.Server} An optional [`net.Server`][] instance.
0 commit comments