Skip to content

Commit ac60187

Browse files
committed
Fix typo: looks => look
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 3293286 commit ac60187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ remember me functionality, as it will not always be appropriate. The usual
6161
way of doing this is to add a checkbox to the login form. By giving the checkbox
6262
the name ``_remember_me``, the cookie will automatically be set when the checkbox
6363
is checked and the user successfully logs in. So, your specific login form
64-
might ultimately looks like this:
64+
might ultimately look like this:
6565

6666
.. configuration-block::
6767

0 commit comments

Comments
 (0)