Skip to content

Commit c785b83

Browse files
wouterjdaFish
authored and
daFish
committed
Applied comments
1 parent 39f14b2 commit c785b83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/bundles/remove.rst

+4-3
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)