8000 Fix minor typo in security chapter How to Build a Traditional Login Form · symfony/symfony-docs@8956abb · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8956abb

Browse files
committed
Fix minor typo in security chapter How to Build a Traditional Login Form
1 parent 5a61583 commit 8956abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Finally, create the template:
186186
.. code-block:: html+twig
187187

188188
{# app/Resources/views/security/login.html.twig #}
189-
{# ... you will probably extends your base template, like base.html.twig #}
189+
{# ... you will probably extend your base template, like base.html.twig #}
190190

191191
{% if error %}
192192
<div>{{ error.messageKey|trans(error.messageData, 'security') }}</div>

0 commit comments

Comments
 (0)
0