From 8956abbc1b142a93e99dfe47e84a3c62e4ffa02f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 17 Sep 2016 23:45:26 +0200 Subject: [PATCH] Fix minor typo in security chapter How to Build a Traditional Login Form --- security/form_login_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index 2de69ebda4a..3e93cd3b7be 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -186,7 +186,7 @@ Finally, create the template: .. code-block:: html+twig {# app/Resources/views/security/login.html.twig #} - {# ... you will probably extends your base template, like base.html.twig #} + {# ... you will probably extend your base template, like base.html.twig #} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}