summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-orgs.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/misc/npm-orgs.md')
-rw-r--r--deps/npm/doc/misc/npm-orgs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/doc/misc/npm-orgs.md b/deps/npm/doc/misc/npm-orgs.md
index e28b6c1764..3db22f8c7e 100644
--- a/deps/npm/doc/misc/npm-orgs.md
+++ b/deps/npm/doc/misc/npm-orgs.md
@@ -7,7 +7,7 @@ There are three levels of org users:
1. Super admin, controls billing & adding people to the org.
2. Team admin, manages team membership & package access.
-3. Developer, works on packages they are given access to.
+3. Developer, works on packages they are given access to.
The super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a `developers` team that all users are automatically added to.
@@ -51,7 +51,7 @@ npm init --scope=<org>
```
to scope it for your org & publish as usual
-* Grant access:
+* Grant access:
```
npm access grant <read-only|read-write> <org:team> [<package>]