Skip to content

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)