Skip to content

Commit 7f09e47

Browse files
ckwalshweaverryan
authored andcommitted
rephrasing Creating your first Application
1 parent cf42b45 commit 7f09e47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quick_tour/the_big_picture.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Symfony2 should congratulate you for your hard work so far!
7575
Creating your first Application
7676
-------------------------------
7777

78-
The sandbox comes with a simple Hello World ":term:`application`" and that's
79-
the application we will use to learn more about Symfony2. Go to the following
80-
URL to be greeted by Symfony2 (replace Fabien with your first name):
78+
The sandbox comes with a simple Hello World ":term:`application`" we will use
79+
to learn more about Symfony2. Go to the following URL to be greeted by Symfony2
80+
(replace Fabien with your first name):
8181

8282
http://localhost/sandbox/web/app_dev.php/hello/Fabien
8383

@@ -88,7 +88,7 @@ What's going on here? Let's dissect the URL:
8888
* ``app_dev.php``: This is a "front controller". It is the unique entry point
8989
of the application and it responds to all user requests;
9090

91-
* ``/hello/Fabien``: This is the "virtual" path to the resource the user wants
91+
* ``/hello/Fabien``: This is the virtual path to the resource the user wants
9292
to access.
9393

9494
Your responsibility as a developer is to write the code that maps the user

0 commit comments

Comments
 (0)