summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorkohta ito <kohta110@gmail.com>2017-10-03 01:10:44 +0900
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-10-02 19:20:10 +0300
commit95c8503d8866187a003aba01187877ad8ebd38df (patch)
tree0394ef1ff248d5af72e7633acc3a4dcfd1f022a1 /doc/api/tls.md
parente517bc97d48da199e5e3af858e19173a209063c4 (diff)
downloadandroid-node-v8-95c8503d8866187a003aba01187877ad8ebd38df.tar.gz
android-node-v8-95c8503d8866187a003aba01187877ad8ebd38df.tar.bz2
android-node-v8-95c8503d8866187a003aba01187877ad8ebd38df.zip
doc: fix typo in tls.md
PR-URL: https://github.com/nodejs/node/pull/15738 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 9979895a75..f001f4f265 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -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.