We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e613a commit 66e513cCopy full SHA for 66e513c
cookbook/bundles/installation.rst
@@ -73,7 +73,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``::
73
74
In a few rare cases, you may want a bundle to be *only* enabled in the development
75
:doc:`environment </cookbook/configuration/environments>`. For example,
76
-the DoctrineFixturesBundle helps load dummy data - something you probably
+the DoctrineFixturesBundle helps to load dummy data - something you probably
77
only want to do while developing. To only load this bundle in the ``dev``
78
and ``test`` environments, register the bundle in this way::
79
0 commit comments