Skip to content

Commit 5009526

Browse files
authored
Update bundles.rst
Remove duplicated space
1 parent 89382cf commit 5009526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ file::
3131
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
3232
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
3333
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
34-
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
34+
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
3535
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
3636
];
3737

0 commit comments

Comments
 (0)