Skip to content

Commit 4673e9c

Browse files
MikeMcC399owlstronaut
authored andcommitted
docs: rebrand OS X references to macOS
1 parent bb056c8 commit 4673e9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/lib/content/configuring-npm/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ installer to install both Node.js and npm on your system.
5050
* [NodeSource installer](https://github.com/nodesource/distributions). If
5151
you use Linux, we recommend that you use a NodeSource installer.
5252

53-
#### OS X or Windows Node installers
53+
#### macOS or Windows Node installers
5454

55-
If you're using OS X or Windows, use one of the installers from the
55+
If you're using macOS or Windows, use one of the installers from the
5656
[Node.js download page](https://nodejs.org/en/download/). Be sure to
5757
install the version labeled **LTS**. Other versions have not yet been
5858
tested with npm.

tap-snapshots/test/lib/docs.js.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ systems.
290290
291291
#### \`browser\`
292292
293-
* Default: OS X: \`"open"\`, Windows: \`"start"\`, Others: \`"xdg-open"\`
293+
* Default: macOS: \`"open"\`, Windows: \`"start"\`, Others: \`"xdg-open"\`
294294
* Type: null, Boolean, or String
295295
296296
The browser that is called by npm commands to open websites.

workspaces/config/lib/definitions/definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const definitions = {
260260
browser: new Definition('browser', {
261261
default: null,
262262
defaultDescription: `
263-
OS X: \`"open"\`, Windows: \`"start"\`, Others: \`"xdg-open"\`
263+
macOS: \`"open"\`, Windows: \`"start"\`, Others: \`"xdg-open"\`
264264
`,
265265
type: [null, Boolean, String],
266266
description: `

0 commit comments

Comments
 (0)