Skip to content

Commit cb98a6c

Browse files
javiereguiluzweaverryan
authored andcommitted
Restored the original line that explained how a routing file is imported
from a bundle
1 parent fdc755e commit cb98a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ paths are defined in the ``app/config/routing_dev.yml`` configuration file:
114114
_acme_demo:
115115
resource: "@AcmeDemoBundle/Resources/config/routing.yml"
116116
117-
The ``_acme_demo`` routes are imported from a ``routing.yml`` file that lives
118-
inside the AcmeDemoBundle:
117+
This imports a ``routing.yml`` file that lives inside the AcmeDemoBundle:
119118

120119
.. code-block:: yaml
121120

0 commit comments

Comments
 (0)