diff --git a/components/dependency_injection/synthetic_services.rst b/components/dependency_injection/synthetic_services.rst index aba2c6d5710..a950acbbc4f 100644 --- a/components/dependency_injection/synthetic_services.rst +++ b/components/dependency_injection/synthetic_services.rst @@ -32,7 +32,7 @@ service will get a "service does not exist" error). In order to do so, you have to use :method:`Definition::setSynthetic() `:: - use Symfony\Component\DependencyInjectino\Definition; + use Symfony\Component\DependencyInjection\Definition; // synthetic services don't specify a class $kernelDefinition = new Definition();