Skip to content

Commit 38da486

Browse files
committed
Merge pull request #498 from igorw/forms-typo
correct typo in forms chapter
2 parents 50a27bb + 4c3b2e6 commit 38da486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/forms.rst

Lines changed: 2 additions & 2 deletions
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
@@ -1270,4 +1270,4 @@ Learn more from the Cookbook
12701270
.. _`Twig Bridge`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/Twig
12711271
.. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
12721272
.. _`Cross-site request forgery`: http://en.wikipedia.org/wiki/Cross-site_request_forgery
1273-
.. _`view on GitHub`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
1273+
.. _`view on GitHub`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form

0 commit comments

Comments
 (0)