docs: rebrand OS X and OSX references to macOS (#1689) · npm/documentation@4823a62 · GitHub
Skip to content

Commit 4823a62

Browse files
authored
docs: rebrand OS X and OSX references to macOS (#1689)
## Situation Several website pages on https://docs.npmjs.com, such as https://docs.npmjs.com/downloading-and-installing-node-js-and-npm refer to the operating system "OS X" and "OSX". The last version of OS X was OS X 10.11 (El Capitan), released on Sep 30, 2015. Apple rebranded to macOS with the macOS 10.12 (Sierra) release on Sep 30, 2016. ## Change Rename "OS X" and "OSX" to "macOS". ## References https://en.wikipedia.org/wiki/MacOS_version_history https://www.apple.com/macos/ Related to #1459 Follows on from npm/cli#8371 which only changed the branding in the CLI v11 documentation content, such as https://docs.npmjs.com/cli/v11/configuring-npm/install, not in non-CLI website content.
1 parent 728767a commit 4823a62

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx

Lines changed: 3 additions & 3 deletions

content/getting-started/troubleshooting/try-the-latest-stable-version-of-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For some Linux distributions (Debian/Ubuntu and RedHat/CentOS), the latest node
2020

2121
Install the latest msi from [https://nodejs.org/en/download](https://nodejs.org/en/download)
2222

23-
### Updating node on OSX
23+
### Updating node on macOS
2424

2525
Install the latest package from [https://nodejs.org/en/download](https://nodejs.org/en/download)
2626

content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ redirect_from:
1010
npm -v
1111
```
1212

13-
## Upgrading on `*nix` (OSX, Linux, etc.)
13+
## Upgrading on `*nix` (macOS, Linux, etc.)
1414

15-
_(You may need to prefix these commands with `sudo`, especially on Linux, or OS X if you installed Node using its default installer.)_
15+
_(You may need to prefix these commands with `sudo`, especially on Linux, or macOS if you installed Node using its default installer.)_
1616

1717
You can upgrade to the latest version of npm using:
1818

content/packages-and-modules/getting-packages-from-the-registry/uninstalling-packages-and-dependencies.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)