From 1cfc0634317a8c126b91ea79880e8b282502751c Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Wed, 19 Aug 2015 15:08:09 +0200 Subject: [PATCH 1/2] Remove unnecessary trailing whitespaces --- book/page_creation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 37e62d94253..8e2180cff10 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -181,7 +181,7 @@ at the end: } // ... - } + } .. code-block:: yaml @@ -272,7 +272,7 @@ easy, powerful and actually quite fun. So far, ``LuckyController`` doesn't extend any base class. The easiest way to use Twig - or many other tools in Symfony - is to extend Symfony's base :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` class:: - + // src/AppBundle/Controller/LuckyController.php // ... From 8b7a65812f5280a72f2b2d7caa8edfebbb1e1c67 Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Wed, 19 Aug 2015 15:17:51 +0200 Subject: [PATCH 2/2] Increase the readability of a phrase --- book/page_creation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 8e2180cff10..e8c2c765978 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -566,9 +566,9 @@ Ok, time to finish mastering the fundamentals by reading these chapters: * :doc:`/book/routing` * :doc:`/book/templating` -Then, learn about Symfony's :doc:`service container ` +Then, in the :doc:`Symfony Book `, learn about the :doc:`service container `, the :doc:`form system `, using :doc:`Doctrine ` -if you need to query a database and more. in the :doc:`Symfony Book `. +(if you need to query a database) and more! There's also a :doc:`Cookbook ` *packed* with more advanced "how to" articles to solve *a lot* of problems.