Skip to content

Commit ddee71a

Browse files
koh110MylesBorins
authored andcommitted
doc: fix typo in tls.md
PR-URL: #15738 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 62ea82b commit ddee71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ added: v0.11.4
467467

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

0 commit comments

Comments
 (0)