Skip to content

Commit 7a78532

Browse files
committed
Fixed a minor grammar issue
1 parent 0eb149b commit 7a78532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ that will house the logic for building the task form::
10621062
The ``getName()`` method returns the identifier of this form "type". These
10631063
identifiers must be unique in the application. Unless you want to override
10641064
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.
1065+
and from any type defined by a third-party bundle installed in your application.
10661066
Consider prefixing your types with ``app_`` to avoid identifier collisions.
10671067

10681068
This new class contains all the directions needed to create the task form. It can

0 commit comments

Comments
 (0)