8000 minor #6974 Fix minor typo in security chapter How to Build a Traditi… · symfony/symfony-docs@b47441b · GitHub
[go: up one dir, main page]

Skip to content

Commit b47441b

Browse files
committed
minor #6974 Fix minor typo in security chapter How to Build a Traditional Login Form (peterkokot)
This PR was merged into the 2.7 branch. Discussion ---------- Fix minor typo in security chapter How to Build a Traditional Login Form Commits ------- 8956abb Fix minor typo in security chapter How to Build a Traditional Login Form
2 parents bdef541 + 8956abb commit b47441b

File 8000 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