Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cookbook/bundles/remove.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ rely on the bundle you are about to remove.

.. tip::

If one bundle relies on another, in most it means that it uses some services
from the bundle. Searching for the bundle alias string may help you spot
them (e.g. ``acme_demo`` for bundles depending on AcmeDemoBundle).
If one bundle relies on another, in most cases it means that it uses
some services from the bundle. Searching for the bundle alias string may
help you spot them (e.g. ``acme_demo`` for bundles depending on AcmeDemoBundle).

.. tip::

Expand Down