From ac60187ed6be3611a90a90b8a5e1ab867a61e9fc Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Thu, 22 Jan 2015 09:13:00 +0200 Subject: [PATCH] Fix typo: looks => look | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | --- cookbook/security/remember_me.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/remember_me.rst b/cookbook/security/remember_me.rst index 668057201cf..e9c22b5a3e7 100644 --- a/cookbook/security/remember_me.rst +++ b/cookbook/security/remember_me.rst @@ -61,7 +61,7 @@ remember me functionality, as it will not always be appropriate. The usual way of doing this is to add a checkbox to the login form. By giving the checkbox the name ``_remember_me``, the cookie will automatically be set when the checkbox is checked and the user successfully logs in. So, your specific login form -might ultimately looks like this: +might ultimately look like this: .. configuration-block::