We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f2ae8 commit 117cb78Copy full SHA for 117cb78
best_practices/forms.rst
@@ -14,7 +14,7 @@ Building Forms
14
15
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
17
-totally fine. But for organize and reuse, we recommend that you define each
+totally fine. But for organization and reuse, we recommend that you define each
18
form in its own PHP class::
19
20
namespace AppBundle\Form;
0 commit comments