Skip to content

Commit bce7385

Browse files
committed
minor #7262 Using lower case on "Form" (Nyholm)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7262). Discussion ---------- Using lower case on "Form" To be coherent with other examples on this page Commits ------- 198c75f Using lower case on "Form"
2 parents 6af7fb5 + 198c75f commit bce7385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ the base block by using the ``parent()`` Twig function:
437437

438438
.. code-block:: html+twig
439439

440-
{# app/Resources/views/Form/fields.html.twig #}
440+
{# app/Resources/views/form/fields.html.twig #}
441441
{% extends 'form_div_layout.html.twig' %}
442442

443443
{% block integer_widget %}

0 commit comments

Comments
 (0)