From 50c101718371a7c25638b89e244215f20792f306 Mon Sep 17 00:00:00 2001 From: keefe kwan Date: Sat, 13 Dec 2014 11:13:27 -0700 Subject: [PATCH] Update forms.rst Edited organize to organization. --- best_practices/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;