Skip to content

Commit 0dcd3f4

Browse files
committed
minor #5635 Fix minor problems in book/page_creation.rst (fabschurt)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5635). Discussion ---------- Fix minor problems in book/page_creation.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >= 2.6 | Fixed tickets | N/A Commits ------- 5a4a51b Fix minor problems in book/page_creation.rst
2 parents b6ab64b + 5a4a51b commit 0dcd3f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/page_creation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ at the end:
181181
}
182182
183183
// ...
184-
}
184+
}
185185
186186
.. code-block:: yaml
187187
@@ -272,7 +272,7 @@ easy, powerful and actually quite fun.
272272
So far, ``LuckyController`` doesn't extend any base class. The easiest way
273273
to use Twig - or many other tools in Symfony - is to extend Symfony's base
274274
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` class::
275-
275+
276276
// src/AppBundle/Controller/LuckyController.php
277277
// ...
278278

@@ -566,9 +566,9 @@ Ok, time to finish mastering the fundamentals by reading these chapters:
566566
* :doc:`/book/routing`
567567
* :doc:`/book/templating`
568568

569-
Then, learn about Symfony's :doc:`service container </book/service_container>`
569+
Then, in the :doc:`Symfony Book </book/index>`, learn about the :doc:`service container </book/service_container>`,
570570
the :doc:`form system </book/forms>`, using :doc:`Doctrine </book/doctrine>`
571-
if you need to query a database and more. in the :doc:`Symfony Book </book/index>`.
571+
(if you need to query a database) and more!
572572

573573
There's also a :doc:`Cookbook </cookbook/index>` *packed* with more advanced
574574
"how to" articles to solve *a lot* of problems.

0 commit comments

Comments
 (0)