From 4c8dc56d03936ae459644b3943cc6205944c595c Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Fri, 10 May 2013 00:08:18 +0200 Subject: [PATCH] Fix typo in override.rst --- cookbook/bundles/override.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/override.rst b/cookbook/bundles/override.rst index 984f1b319f0..3fb575e85b5 100644 --- a/cookbook/bundles/override.rst +++ b/cookbook/bundles/override.rst @@ -69,7 +69,7 @@ Secondly, if the class is not available as a parameter, you want to make sure th class is always overridden when your bundle is used, or you need to modify something beyond just the class name, you should use a compiler pass:: - // src/Acme/FooBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php + // src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php namespace Acme\DemoBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;