From 7a7853260fee17e66c2916d64f17a51aa045151e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 19 Mar 2015 22:13:11 +0100 Subject: [PATCH] Fixed a minor grammar issue --- book/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/forms.rst b/book/forms.rst index 56f80c9fc27..e1e0c69de1d 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -1062,7 +1062,7 @@ that will house the logic for building the task form:: The ``getName()`` method returns the identifier of this form "type". These identifiers must be unique in the application. Unless you want to override a built-in type, they should be different from the default Symfony types - and from any type defined by a third-party bundle installed in you application. + and from any type defined by a third-party bundle installed in your application. Consider prefixing your types with ``app_`` to avoid identifier collisions. This new class contains all the directions needed to create the task form. It can