From 42bcec50dfd89b605ac01be7ea7d78abebaa4224 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Fri, 14 Jul 2023 13:51:54 +0800 Subject: [PATCH] docs: fix some typo (#324) Signed-off-by: cui fliter --- examples/read-only-auth/README.md | 4 ++-- examples/traefik/README.md | 2 +- src/components/version-notification.riot | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/read-only-auth/README.md b/examples/read-only-auth/README.md index 3e559a8..009e367 100644 --- a/examples/read-only-auth/README.md +++ b/examples/read-only-auth/README.md @@ -6,5 +6,5 @@ There are two htpasswd files. `read-write.htpasswd` a read and write access to t All users in `read-only.htpasswd` should be in `read-write.htpasswd`. -Read only user: login: `read` password: `regisrty`. -Read and write user: login: `write` password: `regisrty`. +Read only user: login: `read` password: `registry`. +Read and write user: login: `write` password: `registry`. diff --git a/examples/traefik/README.md b/examples/traefik/README.md index f41c7d6..9412bca 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -12,7 +12,7 @@ bash run-swarm.sh ## Authentication -The registry is protected via __Basic authentication__ but feel free to use wathever you like. +The registry is protected via __Basic authentication__ but feel free to use whatever you like. In this sample, credentials are: **admin / admin**. To generate a new password for basic auth, run the command: `htpasswd -nb username password`. diff --git a/src/components/version-notification.riot b/src/components/version-notification.riot index f66d9be..65c11d0 100644 --- a/src/components/version-notification.riot +++ b/src/components/version-notification.riot @@ -3,7 +3,7 @@
Check for updates
-

The version { state.tag_name } of Docker Regisrty UI now available.

+

The version { state.tag_name } of Docker Registry UI now available.

You can download the lastest version with docker.

joxit/docker-registry-ui:{ state.tag_name }