Skip to content

Commit a35a315

Browse files
committed
[#2998] Very minor tweaks
1 parent 1d4b48f commit a35a315

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/form/form_customization.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,16 @@ block from the new template and the ``input`` tag will be wrapped in the
299299
``div`` element specified in the customized block.
300300

301301
Child Forms
302-
~~~~~~~~~~~
302+
...........
303303

304-
You can apply a form theme to a specific child of your form:
304+
You can also apply a form theme to a specific child of your form:
305305

306306
.. code-block:: html+jinja
307307

308308
{% form_theme form.child 'AcmeDemoBundle:Form:fields.html.twig' %}
309309

310-
This is useful when you want to have a custom theme for a nested form different
311-
than the one of your main form. Just specify both your themes:
310+
This is useful when you want to have a custom theme for a nested form that's
311+
different than the one of your main form. Just specify both your themes:
312312

313313
.. code-block:: html+jinja
314314

0 commit comments

Comments
 (0)