Skip to content

Commit 46de634

Browse files
wouterjweaverryan
authored andcommitted
Applied comments
1 parent de6c2d3 commit 46de634

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/bundles/remove.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ can remove the ``Acme`` directory as well.
8181

8282
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();
8383

84-
3.1 Remove Bundle Resources
85-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
84+
3.1 Remove Bundle Assets
85+
~~~~~~~~~~~~~~~~~~~~~~~~
8686

87-
Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``.
87+
Remove the assets of the bundle in the web/ directory (e.g.
88+
``web/bundles/acmedemo`` for the AcmeDemoBundle).
8889

8990
4. Remove Integration in other Bundles
9091
--------------------------------------

0 commit comments

Comments
 (0)