diff options
author | Bradley D. Thornton | 2023-01-16 14:24:24 -0800 |
---|---|---|
committer | GitHub | 2023-01-16 16:24:24 -0600 |
commit | 1aba53db62275e45209210a5bf6d830dfc2010d3 (patch) | |
tree | be0d5db2f946d246f251897d9055fdb2196f9d61 /docs | |
parent | 8117e41dfa1dd162aa98206f46996fa1973e5632 (diff) |
Update overview.en-us.md (#22463)
Fix grammar
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/packages/overview.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/packages/overview.en-us.md b/docs/content/doc/packages/overview.en-us.md index 239ba6834..b12155e14 100644 --- a/docs/content/doc/packages/overview.en-us.md +++ b/docs/content/doc/packages/overview.en-us.md @@ -55,7 +55,7 @@ and shows a link to the repository on the package site (as well as a link to the | Package owner type | User | Organization | |--------------------|------|--------------| -| **read** access | public, if user is public too; otherwise for this user only | public, if org is public, otherwise org members only | +| **read** access | public, if user is public too; otherwise for this user only | public, if org is public, otherwise for org members only | | **write** access | owner only | org members with admin or write access to the org | N.B.: These access restrictions are [subject to change](https://github.com/go-gitea/gitea/issues/19270), where more finegrained control will be added via a dedicated organization team permission. @@ -83,7 +83,7 @@ To download a package from your repository: ## Delete a package -You cannot edit a package after you published it in the Package Registry. Instead, you +You cannot edit a package after you have published it in the Package Registry. Instead, you must delete and recreate it. To delete a package from your repository: |