Skip to content

Commit

Permalink
minor #4899 Fix typo: looks => look (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix typo: looks => look

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |

Commits
-------

ac60187 Fix typo: looks => look
  • Loading branch information
weaverryan committed Jan 30, 2015
2 parents fbaeecd + ac60187 commit 37fd035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/remember_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 37fd035

Please sign in to comment.