Skip to content

Commit adfc746

Browse files
committed
[#6275] some minor tweaks
1 parent 2270e12 commit adfc746

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

quick_tour/the_big_picture.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ user's requests and that code is defined via the **routing** configuration.
3636
And the contents displayed in the browser are usually rendered using
3737
**templates**.
3838

39-
When you go to ``http://localhost:8000/app/example``, Symfony will execut the
40-
controller in ``src/AppBundle/Controller/DefaultController.php`` and rendered
41-
the ``app/Resources/views/default/index.html.twig`` template.
39+
When you go to ``http://localhost:8000/app/example``, Symfony will execute
40+
the controller in ``src/AppBundle/Controller/DefaultController.php`` and
41+
render the ``app/Resources/views/default/index.html.twig`` template.
42+
4243
In the following sections you'll learn in detail the inner workings of Symfony
4344
controllers, routes and templates.
4445

@@ -239,7 +240,7 @@ In this example, the ``config_dev.yml`` configuration file imports the common
239240
with its own options.
240241

241242
For more details on environments, see
242-
":ref:`page-creation-environments`" section of the book.
243+
:ref:`the "Environments" section <page-creation-environments>` of the book.
243244

244245
Final Thoughts
245246
--------------

0 commit comments

Comments
 (0)