Skip to content

Commit

Permalink
[#6275] some minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 11, 2016
1 parent 2270e12 commit adfc746
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ user's requests and that code is defined via the **routing** configuration.
And the contents displayed in the browser are usually rendered using
**templates**.

When you go to ``http://localhost:8000/app/example``, Symfony will execut the
controller in ``src/AppBundle/Controller/DefaultController.php`` and rendered
the ``app/Resources/views/default/index.html.twig`` template.
When you go to ``http://localhost:8000/app/example``, Symfony will execute
the controller in ``src/AppBundle/Controller/DefaultController.php`` and
render the ``app/Resources/views/default/index.html.twig`` template.

In the following sections you'll learn in detail the inner workings of Symfony
controllers, routes and templates.

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

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

Final Thoughts
--------------
Expand Down

0 comments on commit adfc746

Please sign in to comment.