Skip to content

Commit cdb9350

Browse files
committed
minor #5086 Use AppBundle instead of AcmeDemoBundle for consistency (snamor)
This PR was merged into the 2.3 branch. Discussion ---------- Use AppBundle instead of AcmeDemoBundle for consistency Commits ------- 6a437b6 Use AppBundle instead of AcmeDemoBundle for consistency
2 parents 50cd620 + 6a437b6 commit cdb9350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
460460
461461
When someone visits the ``/contact`` page, this route is matched, and the
462462
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
463+
the ``AppBundle:Main:contact`` string is a short syntax that points to a
464464
specific PHP method ``contactAction`` inside a class called ``MainController``::
465465

466466
// src/AppBundle/Controller/MainController.php

0 commit comments

Comments
 (0)