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 206e613 commit 6a437b6Copy full SHA for 6a437b6
book/http_fundamentals.rst
@@ -460,7 +460,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
460
461
When someone visits the ``/contact`` page, this route is matched, and the
462
specified controller is executed. As you'll learn in the :doc:`routing chapter </book/routing>`,
463
-the ``AcmeDemoBundle:Main:contact`` string is a short syntax that points to a
+the ``AppBundle:Main:contact`` string is a short syntax that points to a
464
specific PHP method ``contactAction`` inside a class called ``MainController``::
465
466
// src/AppBundle/Controller/MainController.php
0 commit comments