From efaad48422235654078f8151a6a7add16830f90d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 19 Jan 2014 21:58:53 -0600 Subject: [PATCH] Fixing typo - thanks to @xabbuh --- cookbook/bundles/remove.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index af1dfd774b8..ce36fae32ab 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -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::