From 9eb9e29b1382272256ae206461f4107a77862a45 Mon Sep 17 00:00:00 2001 From: Krasimir Nedelchev <19822240+kaykayehnn@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:01:41 -1000 Subject: [PATCH] docs: fix typo (#4842) Co-authored-by: James Elliott --- docs/content/en/reference/guides/generating-secure-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/reference/guides/generating-secure-values.md b/docs/content/en/reference/guides/generating-secure-values.md index 0bdd574dd..4deffbdff 100644 --- a/docs/content/en/reference/guides/generating-secure-values.md +++ b/docs/content/en/reference/guides/generating-secure-values.md @@ -20,7 +20,7 @@ we provide a convenience layer for this purpose. ### authelia The __Authelia__ docker container or CLI binary can be used to generate a random alphanumeric string and output the -the string and the hash at the same time. +string and the hash at the same time. Use the `authelia crypto hash generate --help` command or see the [authelia crypto hash generate] reference guide for more information on all available options and algorithms.