10000 Capitalized some sentences that come after a colon · johnkary/symfony-docs@b16c3a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b16c3a2

Browse files
javiereguiluzweaverryan
authored andcommitted
Capitalized some sentences that come after a colon
1 parent 2fdcffd commit b16c3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
9494

9595
What's going on here? Have a look at each part of the URL:
9696

97-
* ``app_dev.php``: this is a :term:`front controller`. It is the unique entry
97+
* ``app_dev.php``: This is a :term:`front controller`. It is the unique entry
9898
point of the application and it responds to all user requests;
9999

100-
* ``/demo/hello/Fabien``: this is the *virtual path* to the resource the user
100+
* ``/demo/hello/Fabien``: This is the *virtual path* to the resource the user
101101
wants to access.
102102

103103
Your responsibility as a developer is to write the code that maps the user's

0 commit comments

Comments
 (0)
0