File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ Symfony2 should congratulate you for your hard work so far!
75
75
Creating your first Application
76
76
-------------------------------
77
77
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):
81
81
82
82
http://localhost/sandbox/web/app_dev.php/hello/Fabien
83
83
@@ -88,7 +88,7 @@ What's going on here? Let's dissect the URL:
88
88
* ``app_dev.php ``: This is a "front controller". It is the unique entry point
89
89
of the application and it responds to all user requests;
90
90
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
92
92
to access.
93
93
94
94
Your responsibility as a developer is to write the code that maps the user
You can’t perform that action at this time.
0 commit comments