Skip to content

Commit 8970450

Browse files
Remove redundant instructions when deleting package versions (#56622)
Co-authored-by: mc <[email protected]>
1 parent 6e2abdd commit 8970450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/packages/learn-github-packages/deleting-and-restoring-a-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To delete a specific version of a user-scoped package on {% data variables.produ
9898
To review who can delete a package version, see [Required permissions](#required-permissions-to-delete-or-restore-a-package).
9999

100100
{% data reusables.package_registry.package-settings-from-user-level %}
101-
{% data reusables.package_registry.package-settings-option %}
101+
1. Search for and then click the name of the package that you want to manage.
102102
{% data reusables.package_registry.package-settings-manage-versions-menu %}
103103
{% data reusables.package_registry.package-settings-delete-versions %}
104104
1. In the confirmation box, type the name of the package to confirm you want to delete the chosen version of it.
@@ -112,7 +112,7 @@ To delete an entire package, see [Deleting an entire organization-scoped package
112112
To review who can delete a package version, see [Required permissions to delete or restore a package](#required-permissions-to-delete-or-restore-a-package).
113113

114114
{% data reusables.package_registry.package-settings-from-org-level %}
115-
{% data reusables.package_registry.package-settings-option %}
115+
1. Search for and then click the name of the package that you want to manage.
116116
{% data reusables.package_registry.package-settings-manage-versions-menu %}
117117
{% data reusables.package_registry.package-settings-delete-versions %}
118118
1. In the confirmation box, type the name of the package to confirm you want to delete the chosen version of it.

0 commit comments

Comments
 (0)