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 9c07033 commit 4c3b2e6Copy full SHA for 4c3b2e6
book/forms.rst
@@ -121,7 +121,7 @@ corresponding to the ``name`` and ``price`` properties of the ``Product`` class.
121
The ``name`` field has a type of ``text``, meaning the user will submit simple
122
text for this field. The ``price`` field has the type ``money``, which is
123
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
+format. Symfony2 comes with many built-in types that will be discussed shortly
125
(see :ref:`book-forms-type-reference`).
126
127
Now that the form has been created, the next step is to render it. This can
0 commit comments