Skip to content

Commit

Permalink
Use AppBundle instead of AcmeDemoBundle for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
snamor committed Mar 17, 2015
1 parent 206e613 commit 6a437b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
When someone visits the ``/contact`` page, this route is matched, and the
specified controller is executed. As you'll learn in the :doc:`routing chapter </book/routing>`,
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
specific PHP method ``contactAction`` inside a class called ``MainController``::

// src/AppBundle/Controller/MainController.php
Expand Down

0 comments on commit 6a437b6

Please sign in to comment.