summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-06 09:49:58 -0400
committercjihrig <cjihrig@gmail.com>2019-07-08 13:34:05 -0400
commite04ee9b37a73ca86a91668f32327f16b3a04c236 (patch)
treebe7563b4c2891739279cc65270bdd7963f877e61 /doc/api/tls.md
parentf67a0a17a00725215f3bcd8de810ff1c1bad4f85 (diff)
downloadandroid-node-v8-e04ee9b37a73ca86a91668f32327f16b3a04c236.tar.gz
android-node-v8-e04ee9b37a73ca86a91668f32327f16b3a04c236.tar.bz2
android-node-v8-e04ee9b37a73ca86a91668f32327f16b3a04c236.zip
doc: format Unix consistently
Update the API docs to always spell as Unix. PR-URL: https://github.com/nodejs/node/pull/28576 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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 601eedd7c9..4b8fd0a494 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1207,7 +1207,7 @@ changes:
* `host` {string} Host the client should connect to. **Default:**
`'localhost'`.
* `port` {number} Port the client should connect to.
- * `path` {string} Creates unix socket connection to path. If this option is
+ * `path` {string} Creates Unix socket connection to path. If this option is
specified, `host` and `port` are ignored.
* `socket` {stream.Duplex} Establish secure connection on a given socket
rather than creating a new socket. Typically, this is an instance of