From a77227a9121de6a4a0f2eb5b61966ff103adf914 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 29 May 2018 14:32:09 -0700 Subject: [PATCH 1/3] Fix spelling of authentication in plugins doc --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 445e7003a..08608e0ec 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3,7 +3,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. From 1e8eb0f59d44b5122f4248008f6a8127e51fda21 Mon Sep 17 00:00:00 2001 From: Derek Schaller Date: Tue, 29 May 2018 15:18:09 -0700 Subject: [PATCH 2/3] fix access spelling in auth docs --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 4bbc62d27..0428a337c 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -22,7 +22,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: From 4336dcb401c8876b3450dc0ad96b496d79de7b53 Mon Sep 17 00:00:00 2001 From: Derek Schaller Date: Tue, 29 May 2018 15:21:50 -0700 Subject: [PATCH 3/3] fix spelling of built in auth docs --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 0428a337c..ce1312f3a 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -37,7 +37,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a built-in plugin based on `htpasswd`. ```yaml auth: