Swap "team admin" for "package maintainer" (#1512)

https://github.com/github/npm/issues/13406

Reggi committed Mar 21, 2025 at 11:57 UTC 38510b61b7c10cdeb1925154493ffc631aaf368a
1 file changed +4 -4
content/organizations/managing-teams/managing-team-access-to-organization-packages.mdx
+4 -4
@@ -7,7 +7,7 @@ redirect_from:
7
8 import shared from '~/shared.js'
9
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.
11
12 ## Adding package access to a team
13
@@ -47,7 +47,7 @@ As an organization owner or team admin, you can add or remove package access to
47
48 ### Adding package access to a team using the CLI
49
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:
51
52 ```
53 npm access grant <read-only|read-write> <org:team> [<package>]
@@ -85,7 +85,7 @@ For more information, see "[npm-access][access-cli]".
85
86 ### Removing package access from a team using the CLI
87
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:
89
90 ```
91 npm access revoke <org:team> [<package>]
@@ -123,7 +123,7 @@ For more information, see "[npm-access][access-cli]".
123
124 ### Changing package access for a team from the CLI
125
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:
127
128 ```
129 npm access