Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80bd87c

Browse files
authored
fix: typos (npm#88)
* fix: typos in managing-team-access-to-organization-packages * fix: typo in alt text
1 parent db73f9c commit 80bd87c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ As an organization owner or team admin, you can add or remove package access to
4646

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

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
5050
the command line:
5151

5252
```
@@ -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 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
8989
the command line:
9090

9191
```

src/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const shared = {
5151
},
5252
'billing-download-checked': {
5353
'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" />),
5555
},
5656
'billing-email': {
5757
'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.</>),

0 commit comments

Comments
 (0)