fix: typos (#88)
* fix: typos in managing-team-access-to-organization-packages * fix: typo in alt text
Eric Crooks committed
Apr 4, 2022 at 09:55 UTC
80bd87c60dbe202ed7bdc5cf0d37c2a1e684f0cf
2 files changed
+3
-3
content/organizations/managing-teams/managing-team-access-to-organization-packages.mdx
+2
-2
@@ -46,7 +46,7 @@ As an organization owner or team admin, you can add or remove package access to
46
47
### Adding package access to a team using the CLI
48
49
-As an organization owner or team admin, you can use the the CLI `access` command to add package access to a team on
49
+As an organization owner or team admin, you can use the CLI `access` command to add package access to a team on
50
the command line:
51
52
```
@@ -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 the CLI `access` command to revoke package access from a team on
88
+As an organization owner or team admin, you can also use the CLI `access` command to revoke package access from a team on
89
the command line:
90
91
```
src/shared.js
+1
-1
@@ -51,7 +51,7 @@ const shared = {
51
},
52
'billing-download-checked': {
53
'text': (<>To download multiple receipts, first select the receipts that you wish to download by selecting the box next to the date. To select all receipts, select the checkbox next to the "Date" header. Then click <strong>Download Checked</strong>.</>),
54
- 'image': (<Screenshot src="/shared/billing-download-checked.png" alt="Screenshot of the the download checked option" />),
54
+ 'image': (<Screenshot src="/shared/billing-download-checked.png" alt="Screenshot of the download checked option" />),
55
},
56
'billing-email': {
57
'text': (<>To email a single receipt, find the row of the receipt you want to download, then, on the right side of the row, click the email icon.</>),