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.