We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdcffd commit b16c3a2Copy full SHA for b16c3a2
quick_tour/the_big_picture.rst
@@ -94,10 +94,10 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
94
95
What's going on here? Have a look at each part of the URL:
96
97
-* ``app_dev.php``: this is a :term:`front controller`. It is the unique entry
+* ``app_dev.php``: This is a :term:`front controller`. It is the unique entry
98
point of the application and it responds to all user requests;
99
100
-* ``/demo/hello/Fabien``: this is the *virtual path* to the resource the user
+* ``/demo/hello/Fabien``: This is the *virtual path* to the resource the user
101
wants to access.
102
103
Your responsibility as a developer is to write the code that maps the user's
0 commit comments