Skip to content

Commit

Permalink
Fixed a minor grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 19, 2015
1 parent 0eb149b commit 7a78532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a78532

Please sign in to comment.