summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorJR McEntee <jrmce12@gmail.com>2017-03-28 19:46:10 -0400
committerJames M Snell <jasnell@gmail.com>2017-04-04 10:14:24 -0700
commit7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd (patch)
treeb78aa81f4810e7280ddccf4eb84ff46c5e3d9400 /doc/api/os.md
parent84a23391f60c0cbde8f78fd805b6fdef6861285f (diff)
downloadandroid-node-v8-7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd.tar.gz
android-node-v8-7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd.tar.bz2
android-node-v8-7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd.zip
doc: change Mac OS X to macOS
This update changes references to "Mac OS X", "OS X", and "OSX" in markdown files to "macOS". PR-URL: https://github.com/nodejs/node/pull/12106 Fixes: https://github.com/nodejs/node/issues/12086 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 06779dbb37..480305a7e1 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -363,7 +363,7 @@ added: v0.3.3
* Returns: {string}
The `os.type()` method returns a string identifying the operating system name
-as returned by uname(3). For example `'Linux'` on Linux, `'Darwin'` on OS X and
+as returned by uname(3). For example `'Linux'` on Linux, `'Darwin'` on macOS and
`'Windows_NT'` on Windows.
Please see https://en.wikipedia.org/wiki/Uname#Examples for additional