From dd4298666a2c4a75748bad8a7c096c3738b628cb Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 14 Dec 2016 20:26:20 +0100 Subject: [PATCH] Using lower case on "Form" To be coherent with other examples --- form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_customization.rst b/form/form_customization.rst index 55e2211c107..031984c2860 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -443,7 +443,7 @@ the base block by using the ``parent()`` Twig function: .. code-block:: html+twig - {# app/Resources/views/Form/fields.html.twig #} + {# app/Resources/views/form/fields.html.twig #} {% extends 'form_div_layout.html.twig' %} {% block integer_widget %}