Skip to content

Commit 38510b6

Browse files
authored
Swap "team admin" for "package maintainer" (#1512)
github/npm#13406
1 parent 360f51d commit 38510b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/organizations/managing-teams/managing-team-access-to-organization-packages.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
import shared from '~/shared.js'
99

10-
As an organization owner or team admin, you can add or remove package access to or from teams in your organization.
10+
As an organization owner or package maintainer, you can add or remove package access to or from teams in your organization.
1111

1212
## Adding package access to a team
1313

@@ -47,7 +47,7 @@ As an organization owner or team admin, you can add or remove package access to
4747

4848
### Adding package access to a team using the CLI
4949

50-
As an organization owner or team admin, you can use the CLI `access` command to add package access to a team on the command line:
50+
As an organization owner or package maintainer, you can use the CLI `access` command to add package access to a team on the command line:
5151

5252
```
5353
npm access grant <read-only|read-write> <org:team> [<package>]
@@ -85,7 +85,7 @@ For more information, see "[npm-access][access-cli]".
8585

8686
### Removing package access from a team using the CLI
8787

88-
As an organization owner or team admin, you can also use the CLI `access` command to revoke package access from a team on the command line:
88+
As an organization owner or package maintainer, you can also use the CLI `access` command to revoke package access from a team on the command line:
8989

9090
```
9191
npm access revoke <org:team> [<package>]
@@ -123,7 +123,7 @@ For more information, see "[npm-access][access-cli]".
123123

124124
### Changing package access for a team from the CLI
125125

126-
As an organization owner or team admin, you can change package access for a team from the command line:
126+
As an organization owner or package maintainer, you can change package access for a team from the command line:
127127

128128
```
129129
npm access

0 commit comments

Comments
 (0)