Skip to content

Commit 3d62349

Browse files
committed
Fix representation
It might be just me, but with `unless` it sounds like **if you want to use your forms in multiple places you should define it in your controllers**. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent cad4d3f commit 3d62349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: best_practices/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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, unless you need to reuse the form somewhere else, that's
16+
code. Honestly, if you don't need to reuse the form somewhere else, that's
1717
totally fine. But for organization and reuse, we recommend that you define each
1818
form in its own PHP class::
1919

0 commit comments

Comments
 (0)