From 2df0a3eb25871e19405bef100cf6890e98be039e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Crapet?= Date: Tue, 25 Oct 2016 18:01:50 +0200 Subject: [PATCH] Update custom_authentication_provider.rst Missing word on the introduction, I propose "manner", "way" will work too. --- security/custom_authentication_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/custom_authentication_provider.rst b/security/custom_authentication_provider.rst index 94dbc67e344..22124555b74 100644 --- a/security/custom_authentication_provider.rst +++ b/security/custom_authentication_provider.rst @@ -8,7 +8,7 @@ How to Create a custom Authentication Provider Creating a custom authentication system is hard, and this entry will walk you through that process. But depending on your needs, you may be able - to solve your problem in a simpler, or via a community bundle: + to solve your problem in a simpler manner, or via a community bundle: * :doc:`/security/guard_authentication` * :doc:`/security/custom_password_authenticator`