Skip to content

Commit dcad2df

Browse files
koh110MylesBorins
authored andcommitted
doc: fix typo in tls.md
PR-URL: #15738 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 979e38b commit dcad2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ changes:
474474

475475
* `socket` {net.Socket} An instance of [`net.Socket`][]
476476
* `options` {Object}
477-
* `isServer`: The SSL/TLS protocol is asymetrical, TLSSockets must know if
477+
* `isServer`: The SSL/TLS protocol is asymmetrical, TLSSockets must know if
478478
they are to behave as a server or a client. If `true` the TLS socket will be
479479
instantiated as a server. Defaults to `false`.
480480
* `server` {net.Server} An optional [`net.Server`][] instance.

0 commit comments

Comments
 (0)