diff --git a/docker-examples/v5/plugins/docker-build-install-plugin/docker.yaml b/docker-examples/v5/plugins/docker-build-install-plugin/docker.yaml
index e17bbc76c..0bd4279be 100644
--- a/docker-examples/v5/plugins/docker-build-install-plugin/docker.yaml
+++ b/docker-examples/v5/plugins/docker-build-install-plugin/docker.yaml
@@ -88,7 +88,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # allow all known users to publish/publish packages
+ # allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/docker-examples/v5/plugins/docker-local-plugin/docker.yaml b/docker-examples/v5/plugins/docker-local-plugin/docker.yaml
index aa779b5d9..c053b7121 100644
--- a/docker-examples/v5/plugins/docker-local-plugin/docker.yaml
+++ b/docker-examples/v5/plugins/docker-local-plugin/docker.yaml
@@ -90,7 +90,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # allow all known users to publish/publish packages
+ # allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/docker-examples/v6/plugins/docker-build-install-plugin/docker.yaml b/docker-examples/v6/plugins/docker-build-install-plugin/docker.yaml
index e17bbc76c..0bd4279be 100644
--- a/docker-examples/v6/plugins/docker-build-install-plugin/docker.yaml
+++ b/docker-examples/v6/plugins/docker-build-install-plugin/docker.yaml
@@ -88,7 +88,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # allow all known users to publish/publish packages
+ # allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/docker-examples/v6/plugins/docker-local-plugin/docker.yaml b/docker-examples/v6/plugins/docker-local-plugin/docker.yaml
index 2c38d745f..89585122a 100644
--- a/docker-examples/v6/plugins/docker-local-plugin/docker.yaml
+++ b/docker-examples/v6/plugins/docker-local-plugin/docker.yaml
@@ -90,7 +90,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # allow all known users to publish/publish packages
+ # allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/packages/config/src/conf/default.yaml b/packages/config/src/conf/default.yaml
index 3a9876d31..c7348dd50 100644
--- a/packages/config/src/conf/default.yaml
+++ b/packages/config/src/conf/default.yaml
@@ -82,7 +82,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # allow all known users to publish/publish packages
+ # allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/packages/config/src/conf/docker.yaml b/packages/config/src/conf/docker.yaml
index d794c7a9d..b8d9c9ce1 100644
--- a/packages/config/src/conf/docker.yaml
+++ b/packages/config/src/conf/docker.yaml
@@ -86,7 +86,7 @@ packages:
# and three keywords: "$all", "$anonymous", "$authenticated"
access: $all
- # Allow all known users to publish/publish packages
+ # Allow all known users to publish/unpublish packages
# (anyone can register by default, remember?)
publish: $authenticated
unpublish: $authenticated
diff --git a/website/docs/config.md b/website/docs/config.md
index 8e70b1831..8fcd9a09c 100644
--- a/website/docs/config.md
+++ b/website/docs/config.md
@@ -252,7 +252,7 @@ user_agent: 'custom user agent'
Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)
-Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
+Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
```
userRateLimit:
diff --git a/website/sidebars.js b/website/sidebars.js
index 72136194a..b578b1ac9 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -25,7 +25,7 @@ module.exports = {
'third-party',
{
type: 'category',
- label: 'Uses Cases',
+ label: 'Use Cases',
items: ['caching', 'linking-remote-registry'],
},
'articles',
diff --git a/website/versioned_docs/version-5.x/config.md b/website/versioned_docs/version-5.x/config.md
index 758491a03..02781aa94 100644
--- a/website/versioned_docs/version-5.x/config.md
+++ b/website/versioned_docs/version-5.x/config.md
@@ -209,7 +209,7 @@ user_agent: 'custom user agent'
Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)
-Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
+Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
```
userRateLimit:
diff --git a/website/versioned_docs/version-6.x/config.md b/website/versioned_docs/version-6.x/config.md
index cc9681544..3111b067d 100644
--- a/website/versioned_docs/version-6.x/config.md
+++ b/website/versioned_docs/version-6.x/config.md
@@ -252,7 +252,7 @@ user_agent: 'custom user agent'
Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)
-Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm loding/adduser` and login website to 100 request peer 15 min, customizable via:
+Add default rate limit to user endpoints, `npm token`, `npm profile`, `npm login/adduser` and login website to 100 request peer 15 min, customizable via:
```
userRateLimit:
diff --git a/website/versioned_sidebars/version-5.x-sidebars.json b/website/versioned_sidebars/version-5.x-sidebars.json
index dc3358534..54e1abfed 100644
--- a/website/versioned_sidebars/version-5.x-sidebars.json
+++ b/website/versioned_sidebars/version-5.x-sidebars.json
@@ -24,7 +24,7 @@
"logo",
{
"type": "category",
- "label": "Uses Cases",
+ "label": "Use Cases",
"items": ["caching", "github-actions", "linking-remote-registry"]
},
"articles"
diff --git a/website/versioned_sidebars/version-6.x-sidebars.json b/website/versioned_sidebars/version-6.x-sidebars.json
index 5b07f23eb..fa9ca57fd 100644
--- a/website/versioned_sidebars/version-6.x-sidebars.json
+++ b/website/versioned_sidebars/version-6.x-sidebars.json
@@ -23,7 +23,7 @@
"third-party",
{
"type": "category",
- "label": "Uses Cases",
+ "label": "Use Cases",
"items": ["caching", "linking-remote-registry"]
},
"articles"