Skip to content

Commit

Permalink
minor #4648 Update forms.rst (keefekwan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Dec 20, 2014
2 parents 70f2ae8 + 117cb78 commit 87365fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Building Forms

The Form component allows you to build forms right inside your controller
code. Honestly, unless you need to reuse the form somewhere else, that's
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
form in its own PHP class::

namespace AppBundle\Form;
Expand Down

0 comments on commit 87365fa

Please sign in to comment.