Skip to content

Commit 4c3b2e6

Browse files
committed
correct typo in forms chapter
1 parent 9c07033 commit 4c3b2e6

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
@@ -121,7 +121,7 @@ corresponding to the ``name`` and ``price`` properties of the ``Product`` class.
121121
The ``name`` field has a type of ``text``, meaning the user will submit simple
122122
text for this field. The ``price`` field has the type ``money``, which is
123123
special ``text`` field where money can be displayed and submitted in a localized
124-
format. Symfony2 comes with many build-in types that will be discussed shortly
124+
format. Symfony2 comes with many built-in types that will be discussed shortly
125125
(see :ref:`book-forms-type-reference`).
126126

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

0 commit comments

Comments
 (0)