Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87365fa

Browse files
committed
minor #4648 Update forms.rst (keefekwan)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4648). Discussion ---------- Update forms.rst Edited organize to organization. Commits ------- 117cb78 Update forms.rst
2 parents 70f2ae8 + 117cb78 commit 87365fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Building Forms
1414

1515
The Form component allows you to build forms right inside your controller
1616
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
17+
totally fine. 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)