From 33d4819dd2c27d6c2bb164cab5190bf65f819d79 Mon Sep 17 00:00:00 2001 From: Toni Peric Date: Thu, 15 Feb 2018 22:16:56 +0100 Subject: [PATCH] Typo fix --- security/guard_authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 26363da94fb..dfc67f2788c 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -397,7 +397,7 @@ Each authenticator needs the following methods: **supportsRememberMe()** If you want to support "remember me" functionality, return true from this method. - You will still need to active ``remember_me`` under your firewall for it to work. + You will still need to activate ``remember_me`` under your firewall for it to work. Since this is a stateless API, you do not want to support "remember me" functionality in this example.