Procházet zdrojové kódy

Update Resources/doc/reference/installation.rst

More than one bundle here, so fixed wording.
Chris Sedlmayr před 12 roky
rodič
revize
f5cac5447a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -43,7 +43,7 @@ can use Composer for the automated process::
     php composer.phar require sonata-project/cache-bundle --no-update               # optional
     php composer.phar update
 
-Next, be sure to enable this bundle in your AppKernel.php file:
+Next, be sure to enable these bundles in your AppKernel.php file:
 
 .. code-block:: php