From 198418d68e6973a17b96f79002655688bf232606 Mon Sep 17 00:00:00 2001 From: Xavier Laviron Date: Wed, 21 Dec 2022 15:48:00 +0100 Subject: [PATCH] fix: typo --- reference/configuration/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index ac11a23650b..70784bf4853 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -912,7 +912,7 @@ Learn more about user checkers in :doc:`/security/user_checkers`. providers --------- -This options defines how the application users are loaded (from a database, +This option defines how the application users are loaded (from a database, an LDAP server, a configuration file, etc.) Read :doc:`/security/user_providers` to learn more about each of those providers.