Skip to content

correct typo in forms chapter #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ corresponding to the ``name`` and ``price`` properties of the ``Product`` class.
The ``name`` field has a type of ``text``, meaning the user will submit simple
text for this field. The ``price`` field has the type ``money``, which is
special ``text`` field where money can be displayed and submitted in a localized
format. Symfony2 comes with many build-in types that will be discussed shortly
format. Symfony2 comes with many built-in types that will be discussed shortly
(see :ref:`book-forms-type-reference`).

Now that the form has been created, the next step is to render it. This can
Expand Down