Skip to content

Commit

Permalink
doc: fix typo in tls.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
koh110 authored and MylesBorins committed Oct 11, 2017
1 parent 979e38b commit dcad2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dcad2df

Please sign in to comment.