File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ corresponding to the ``name`` and ``price`` properties of the ``Product`` class.
121
121
The ``name `` field has a type of ``text ``, meaning the user will submit simple
122
122
text for this field. The ``price `` field has the type ``money ``, which is
123
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
124
+ format. Symfony2 comes with many built -in types that will be discussed shortly
125
125
(see :ref: `book-forms-type-reference `).
126
126
127
127
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
1270
1270
.. _`Twig Bridge` : https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/Twig
1271
1271
.. _`form_div_layout.html.twig` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
1272
1272
.. _`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
You can’t perform that action at this time.
0 commit comments