We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb149b commit 7a78532Copy full SHA for 7a78532
book/forms.rst
@@ -1062,7 +1062,7 @@ that will house the logic for building the task form::
1062
The ``getName()`` method returns the identifier of this form "type". These
1063
identifiers must be unique in the application. Unless you want to override
1064
a built-in type, they should be different from the default Symfony types
1065
- 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.
1066
Consider prefixing your types with ``app_`` to avoid identifier collisions.
1067
1068
This new class contains all the directions needed to create the task form. It can
0 commit comments