Skip to content

Commit 545d872

Browse files
committed
minor symfony#5396 [Cookbook][Bundles] fix a typo (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Bundles] fix a typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 66e513c fix a typo
2 parents 94aed12 + 66e513c commit 545d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The only thing you need to do now is register the bundle in ``AppKernel``::
7373

7474
In a few rare cases, you may want a bundle to be *only* enabled in the development
7575
:doc:`environment </cookbook/configuration/environments>`. For example,
76-
the DoctrineFixturesBundle helps load dummy data - something you probably
76+
the DoctrineFixturesBundle helps to load dummy data - something you probably
7777
only want to do while developing. To only load this bundle in the ``dev``
7878
and ``test`` environments, register the bundle in this way::
7979

0 commit comments

Comments
 (0)