diff --git a/cookbook/form/create_custom_field_type.rst b/cookbook/form/create_custom_field_type.rst index f83c60d35cf..62ac1906751 100644 --- a/cookbook/form/create_custom_field_type.rst +++ b/cookbook/form/create_custom_field_type.rst @@ -117,7 +117,7 @@ link for details), create a ``gender_widget`` block to handle this: .. code-block:: html+twig - {# app/Resources/views/Form/fields.html.twig #} + {# app/Resources/views/form/fields.html.twig #} {% block gender_widget %} {% spaceless %} {% if expanded %} @@ -138,7 +138,7 @@ link for details), create a ``gender_widget`` block to handle this: .. code-block:: html+php - +