diff --git a/conf/full.yaml b/conf/full.yaml index a1cac48a9..9a2e3d3cf 100644 --- a/conf/full.yaml +++ b/conf/full.yaml @@ -12,7 +12,7 @@ web: #logo: logo.png # If you're using this registry for a specific module scope, - # specify that scope to set it in the webui instructions header (note: escape @ with \\@) + # specify that scope to set it in the webui instructions header (note: escape @ with \@) #scope: \@myscope auth: diff --git a/docs/web.md b/docs/web.md index f26f0354b..e49ea80f3 100644 --- a/docs/web.md +++ b/docs/web.md @@ -24,4 +24,4 @@ Property | Type | Required | Example | Support | Description enable | boolean | No | true/false | all | allow to display the web interface title | string | No | Verdaccio | all | HTML head title description logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located -scope | string | No | \\@myscopy | all | If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header (note: escape @ with \\@) +scope | string | No | \\@myscope | all | If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header (note: escape @ with \\@)