8000
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 97e642e commit 56d3b13Copy full SHA for 56d3b13
book/controller.rst
@@ -55,7 +55,7 @@ The framework takes care of the repetitive tasks and ultimately executes a
55
controller, which houses your custom application code:
56
57
#. Each request is handled by a single front controller file (e.g. ``app.php``
58
- or ``app_dev.php``) that's bootstraps the application;
+ or ``app_dev.php``) that bootstraps the application;
59
60
#. The ``Router`` reads information from the request (e.g. the URI), finds
61
a route that matches that information, and reads the ``_controller`` parameter
0 commit comments