Fixed minor issues
Seryozha Khachatryan committed
Jul 27, 2021 at 11:30 UTC
fa1a663dbb52f148bac8b3849cff9a723dd99439
2 files changed
+8
-8
content/packages-and-modules/updating-and-managing-your-published-packages/deprecating-and-undeprecating-packages-or-package-versions.mdx
+5
-5
@@ -46,9 +46,9 @@ The CLI will also accept version ranges for `<version>`.
46
47
If you have two-factor auth, add a one-time password to the command, `--otp=123456` (where *123456* is the code from your authenticator).
48
49
-### Deprecatiing package from the web
49
+### Deprecating a package from the website
50
51
-Package can be deprecated from the web if does not meet requirements from [unpublishing packages rules](/unpublishing-packages-from-the-registry#how-to-unpublish).
51
+Package can be deprecated from the website if it doesn't meet the requirements from [package unpublishing rules](/unpublishing-packages-from-the-registry#how-to-unpublish).
52
53
1. <>{shared["user-login"].text}</>
54
@@ -63,7 +63,7 @@ Package can be deprecated from the web if does not meet requirements from [unpub
63
alt="Screenshot showing the admin tab on a package page"
64
/>
65
66
-4. On this page find a button to Deprecate package. Click it.
66
+4. Click the **Deprecate package** button.
67
68
<Screenshot
69
src="/packages-and-modules/deleting-deprecating/deprecate-package-settings.png"
@@ -72,11 +72,11 @@ Package can be deprecated from the web if does not meet requirements from [unpub
72
73
<Note>
74
75
-**Note:** If you have instead "Delete package" button. You cannot deprecate the package for now from the Web. But you can still [delete the package](/unpublishing-packages-from-the-registry#unpublish-package-from-the-web).
75
+**Note:** If you have instead "Delete package" button, you cannot deprecate the package for now from the website. But you can still [delete the package](/unpublishing-packages-from-the-registry#unpublish-a-package-from-the-website).
76
77
</Note>
78
79
-5. Confirmation modal appear. In order to continue type **package name**.
79
+5. To complete the package deprecation, type your package name in the confirmation modal.
80
81
<Screenshot
82
src="/packages-and-modules/deleting-deprecating/deprecate-package-confirm.png"
content/packages-and-modules/updating-and-managing-your-published-packages/unpublishing-packages-from-the-registry.mdx
+3
-3
@@ -39,9 +39,9 @@ If you have [two-factor authentication][two-factor-auth] enabled for writes, you
39
40
</Note>
41
42
-### Unpublish package from the web
42
+### Unpublish a package from the website
43
44
-Package can be deleted from the web if meets requirements from [unpublishing packages rules](#how-to-unpublish).
44
+Package can be deleted from the website if meets requirements from [package unpublishing rules](#how-to-unpublish).
45
46
1. <>{shared["user-login"].text}</>
47
@@ -65,7 +65,7 @@ Package can be deleted from the web if meets requirements from [unpublishing pac
65
66
<Note>
67
68
-**Note:** If you have instead "Deprecate package" button. You cannot delete the package. Refer to the [rules](#how-to-unpublish). But you can still [deprecate the package](/deprecating-and-undeprecating-packages-or-package-versions#deprecatiing-package-from-the-web).
68
+**Note:** If you have instead "Deprecate package" button, you cannot delete the package. Refer to the [rules](#how-to-unpublish). But you can still [deprecate the package](/deprecating-and-undeprecating-packages-or-package-versions#deprecating-a-package-from-the-website).
69
70
</Note>
71