From 66e513c34d43fddb7581e6bc292adb3e03249d73 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 14 Jun 2015 14:18:48 +0200 Subject: [PATCH] fix a typo --- cookbook/bundles/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/installation.rst b/cookbook/bundles/installation.rst index 638dcdf12f5..1dd7e1f4d83 100644 --- a/cookbook/bundles/installation.rst +++ b/cookbook/bundles/installation.rst @@ -73,7 +73,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``:: In a few rare cases, you may want a bundle to be *only* enabled in the development :doc:`environment `. For example, -the DoctrineFixturesBundle helps load dummy data - something you probably +the DoctrineFixturesBundle helps to load dummy data - something you probably only want to do while developing. To only load this bundle in the ``dev`` and ``test`` environments, register the bundle in this way::