mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
docs: fix typos in different areas (#4535)
This commit is contained in:
parent
5328b6cb05
commit
bed68b2ceb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -252,7 +252,7 @@ user_agent: 'custom user agent'
|
||||
|
||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||
|
||||
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:
|
||||
|
@ -25,7 +25,7 @@ module.exports = {
|
||||
'third-party',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Uses Cases',
|
||||
label: 'Use Cases',
|
||||
items: ['caching', 'linking-remote-registry'],
|
||||
},
|
||||
'articles',
|
||||
|
@ -209,7 +209,7 @@ user_agent: 'custom user agent'
|
||||
|
||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||
|
||||
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:
|
||||
|
@ -252,7 +252,7 @@ user_agent: 'custom user agent'
|
||||
|
||||
<small>Since: [verdaccio@5.4.0](https://github.com/verdaccio/verdaccio/releases/tag/v5.4.0)</small>
|
||||
|
||||
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:
|
||||
|
@ -24,7 +24,7 @@
|
||||
"logo",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Uses Cases",
|
||||
"label": "Use Cases",
|
||||
"items": ["caching", "github-actions", "linking-remote-registry"]
|
||||
},
|
||||
"articles"
|
||||
|
@ -23,7 +23,7 @@
|
||||
"third-party",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Uses Cases",
|
||||
"label": "Use Cases",
|
||||
"items": ["caching", "linking-remote-registry"]
|
||||
},
|
||||
"articles"
|
||||
|
Loading…
Reference in New Issue
Block a user