Clarify immediacy of making a package private (#94)

Dylan Smith committed Apr 7, 2022 at 15:27 UTC 2c1f66d7ff1af7b391f40d0e813c9b6d1f9e80f4
1 file changed +1 -1
content/packages-and-modules/updating-and-managing-your-published-packages/changing-package-visibility.mdx
+1 -1
@@ -22,7 +22,7 @@ For more information about package visibility, see "[Package scope, access level
22
23 </Note>
24
25 -If you want to restrict access and visibility for a public package you own, you can make the package private. When you make a package private, it will be removed from the website within a few minutes of the change.
25 +If you want to restrict access and visibility for a public package you own, you can make the package private. When you make a package private, its access will be updated immediately and it will be removed from the website within a few minutes of the change.
26
27 ### Using the website
28