Skip to content

Commit 8b7efb0

Browse files
committed
fixing special shortcut syntax
1 parent 2314b59 commit 8b7efb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ The Symfony templating engine is explained in great detail in the
492492
.. sidebar:: Templating Naming Pattern
493493

494494
You can also put templates in the ``Resources/views`` directory of a bundle and
495-
reference them with a special shortcut syntax like ``@AppBundle/Hello/index.html.twig``
496-
or ``@AppBundle/layout.html.twig``. These would live in at ``Resources/views/Hello/index.html.twig``
495+
reference them with a special shortcut syntax like ``@App/Hello/index.html.twig``
496+
or ``@App/layout.html.twig``. These would live in at ``Resources/views/Hello/index.html.twig``
497497
and ``Resources/views/layout.html.twig`` inside the bundle respectively.
498498

499499
.. index::

0 commit comments

Comments
 (0)