docs: fix typo on "adding collaborators" page (#393)
This: > ...the invitation **gain** access... Should be: > ...the invitation **to** gain access...
Eric Mutta committed
Jan 12, 2023 at 03:24 UTC
c5ae3b004d579eceadae77e3148aaa726df8c6d4
1 file changed
+1
-1
content/packages-and-modules/updating-and-managing-your-published-packages/adding-collaborators-to-private-packages-owned-by-a-user-account.mdx
+1
-1
@@ -10,7 +10,7 @@ As an npm user with a paid user account, you can add another npm user with a pai
10
11
</Note>
12
13
-When you add a member to your package, they are sent an email inviting them to the package. The new member has to accept the invitation gain access to the package.
13
+When you add a member to your package, they are sent an email inviting them to the package. The new member has to accept the invitation to gain access to the package.
14
15
## Granting access to a private user package on the web
16