We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d6f1e commit 52fb19dCopy full SHA for 52fb19d
book/controller.rst
@@ -201,7 +201,7 @@ to the controller:
201
202
return $collection;
203
204
-Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/app_dev.php/hello/ryan``
+Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/hello/ryan``
205
if you're using the :doc:`built-in web server </cookbook/web_server/built_in>`)
206
and Symfony will execute the ``HelloController::indexAction()`` controller
207
and pass in ``ryan`` for the ``$name`` variable. Creating a "page" means
0 commit comments