diff --git a/best_practices/forms.rst b/best_practices/forms.rst index e78b6ddfbf7..5bd2cfb8757 100644 --- a/best_practices/forms.rst +++ b/best_practices/forms.rst @@ -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;