diff options
author | JR McEntee <jrmce12@gmail.com> | 2017-03-28 19:46:10 -0400 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2017-04-04 10:14:24 -0700 |
commit | 7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd (patch) | |
tree | b78aa81f4810e7280ddccf4eb84ff46c5e3d9400 /CONTRIBUTING.md | |
parent | 84a23391f60c0cbde8f78fd805b6fdef6861285f (diff) | |
download | node-new-7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd.tar.gz |
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 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4daf126bd1..9480944c31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,7 +157,7 @@ Bug fixes and features **should come with tests**. Add your tests in the project, see this [guide](./doc/guides/writing-tests.md). Looking at other tests to see how they should be structured can also help. -To run the tests on Unix / OS X: +To run the tests on Unix / macOS: ```text $ ./configure && make -j4 test |