Skip to content

Commit 6a55617

Browse files
committed
Update forms.rst
1 parent 3d62349 commit 6a55617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices/forms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Building Forms
1313
Define your forms as PHP classes.
1414

1515
The Form component allows you to build forms right inside your controller
16-
code. Honestly, if you don't need to reuse the form somewhere else, that's
17-
totally fine. But for organization and reuse, we recommend that you define each
16+
code. This is perfectly fine if you don't need to reuse the form somewhere else.
17+
But for organization and reuse, we recommend that you define each
1818
form in its own PHP class::
1919

2020
namespace AppBundle\Form;

0 commit comments

Comments
 (0)