Skip to content

Commit 4b30758

Browse files
committed
bug symfony#6086 Update form_customization.rst (vudaltsov)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes symfony#6086). Discussion ---------- Update form_customization.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >= 2.8 | Fixed tickets | Commits ------- 36d9470 Update form_customization.rst
2 parents cf2fb97 + 36d9470 commit 4b30758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/form/form_customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rendering a form. In other words, if you want to customize one portion of
101101
how a form is rendered, you'll import a *theme* which contains a customization
102102
of the appropriate form fragments.
103103

104-
Symfony comes with four **built-in form themes** that define each and every
104+
Symfony comes with five **built-in form themes** that define each and every
105105
fragment needed to render every part of a form:
106106

107107
* `form_div_layout.html.twig`_, wraps each form field inside a ``<div>`` element.

0 commit comments

Comments
 (0)