From ee7b304f663d3eee1dbe9bc48cdcb34ca937799e Mon Sep 17 00:00:00 2001 From: Zhao Xiang Lim Date: Thu, 12 May 2022 07:44:37 +0800 Subject: [PATCH] docs: fix missing backtick in file authentication docs (#3348) Co-authored-by: James Elliott --- docs/configuration/authentication/file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/authentication/file.md b/docs/configuration/authentication/file.md index 314447b3..07699850 100644 --- a/docs/configuration/authentication/file.md +++ b/docs/configuration/authentication/file.md @@ -87,7 +87,7 @@ required: no {: .label .label-config .label-green } -Controls the hashing algorithm used for hashing new passwords. Value must be one of `argon2id` or `sha512. +Controls the hashing algorithm used for hashing new passwords. Value must be one of `argon2id` or `sha512`. #### iterations