8000 Edited book/controller.rst on line 58 · web-dev/symfony-docs@56d3b13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56d3b13

Browse files
matteopoileweaverryan
authored andcommitted
Edited book/controller.rst on line 58
1 parent 97e642e commit 56d3b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The framework takes care of the repetitive tasks and ultimately executes a
5555
controller, which houses your custom application code:
5656

5757
#. Each request is handled by a single front controller file (e.g. ``app.php``
58-
or ``app_dev.php``) that's bootstraps the application;
58+
or ``app_dev.php``) that bootstraps the application;
5959

6060
#. The ``Router`` reads information from the request (e.g. the URI), finds
6161
a route that matches that information, and reads the ``_controller`` parameter

0 commit comments

Comments
 (0)
0