Skip to content

Commit 198c75f

Browse files
Nyholmxabbuh
authored andcommitted
Using lower case on "Form"
To be coherent with other examples
1 parent 6af7fb5 commit 198c75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_customization.rst

Lines changed: 1 addition & 1 deletion
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)