From 9df347b579c506a9eea79bdb9d86e1dcbc784269 Mon Sep 17 00:00:00 2001 From: Kristof Coomans Date: Wed, 8 Feb 2012 07:25:28 +0100 Subject: [PATCH 1/2] Fixed small grammar mistake --- book/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/forms.rst b/book/forms.rst index 3bfe7f9f0a3..85e327c06d6 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -819,7 +819,7 @@ the choice is ultimately up to you. based off of the object passed to the second argument to ``createForm`` (i.e. ``$task``). Later, when you begin embedding forms, this will no longer be sufficient. So, while not always necessary, it's generally a - good idea to explicitly specify the ``data_class`` option by add the + good idea to explicitly specify the ``data_class`` option by adding the following to your form type class:: public function getDefaultOptions(array $options) From 002a3171a81764d87bbdba024d1002d094334aaf Mon Sep 17 00:00:00 2001 From: Kristof Coomans Date: Mon, 19 Mar 2012 16:13:37 +0100 Subject: [PATCH 2/2] removing inappropriate use of article --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index b7d86b5bcf9..eef2e4de234 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -46,7 +46,7 @@ greeted. To create the page, follow the simple two-step process. The tutorial assumes that you've already downloaded Symfony2 and configured your webserver. The above URL assumes that ``localhost`` points to the ``web`` directory of your new Symfony2 project. For detailed information - on this process, see the :doc:`Installing Symfony2`. + on this process, see :doc:`Installing Symfony2`. Before you begin: Create the Bundle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~