From fbae2e4796b929f7148f25c4cc635c2f8efe87f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fouillet?= <35224226+ffouillet@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:29:32 +0100 Subject: [PATCH] Update security.rst Removed an useless comma --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 845b86c3039..22175632b0d 100644 --- a/security.rst +++ b/security.rst @@ -226,7 +226,7 @@ from the `MakerBundle`_: } /** - * Returning a salt is only needed, if you are not using a modern + * Returning a salt is only needed if you are not using a modern * hashing algorithm (e.g. bcrypt or sodium) in your security.yaml. * * @see UserInterface