Skip to content

feat: change "OS X" to be "macOS" #1541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cli/v10/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v10/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v10/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ Not supported by all npm commands.

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v10/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
4 changes: 2 additions & 2 deletions content/cli/v10/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -41,9 +41,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v10/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -182,7 +182,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v11/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v11/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ This command tries to guess at the likely location of a package's documentation

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v11/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ Not supported by all npm commands.

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v11/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ This command tries to guess at the likely location of a package's repository URL

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
4 changes: 2 additions & 2 deletions content/cli/v11/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v11/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v6/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### browser

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: String

The browser that is called by the `npm bugs` command to open websites.
2 changes: 1 addition & 1 deletion content/cli/v6/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ This command tries to guess at the likely location of a package's documentation

#### browser

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: String

The browser that is called by the `npm docs` command to open websites.
2 changes: 1 addition & 1 deletion content/cli/v6/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ The list will avoid duplicated entries and will stack all packages that share th

#### browser

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: String

The browser that is called by the `npm fund` command to open websites.
2 changes: 1 addition & 1 deletion content/cli/v6/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL

#### browser

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: String

The browser that is called by the `npm repo` command to open websites.
4 changes: 2 additions & 2 deletions content/cli/v6/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v6/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -185,7 +185,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### browser

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: String

The browser that is called by the `npm docs` command to open websites.
2 changes: 1 addition & 1 deletion content/cli/v7/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v7/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v7/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ Not supported by all npm commands.

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v7/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
4 changes: 2 additions & 2 deletions content/cli/v7/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v7/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -170,7 +170,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ Not supported by all npm commands.

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
4 changes: 2 additions & 2 deletions content/cli/v8/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v8/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-bugs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-docs.mdx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-fund.mdx
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ Not supported by all npm commands.

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-repo.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
4 changes: 2 additions & 2 deletions content/cli/v9/configuring-npm/install.mdx
Original file line number Diff line number Diff line change
@@ -41,9 +41,9 @@ If you are unable to use a Node version manager, you can use a Node installer to
- [Node.js installer](https://nodejs.org/en/download/)
- [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer.

#### OS X or Windows Node installers
#### macOS or Windows Node installers

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

#### Linux or other operating systems Node installers

2 changes: 1 addition & 1 deletion content/cli/v9/using-npm/config.mdx
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ Set to false to have it not do this. This can be used to work around the fact th

#### `browser`

- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
- Type: null, Boolean, or String

The browser that is called by npm commands to open websites.
Original file line number Diff line number Diff line change
@@ -54,9 +54,9 @@ If you are unable to use a Node version manager, you can use a Node installer to

If you use Linux, we recommend that you use a NodeSource installer.

### OS X or Windows Node installers
### macOS or Windows Node installers

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

### Linux or other operating systems Node installers

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ npm -v

## Upgrading on `*nix` (OSX, Linux, etc.)

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

You can upgrade to the latest version of npm using: