diff --git a/components/dependency_injection/advanced.rst b/components/dependency_injection/advanced.rst index 4766bc8011e..7bed45e2021 100644 --- a/components/dependency_injection/advanced.rst +++ b/components/dependency_injection/advanced.rst @@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead of being created by the container. For example, if you're using the :doc:`HttpKernel` -component with the DependencyInjection component, then the the ``request`` +component with the DependencyInjection component, then the ``request`` service is injected in the :method:`ContainerAwareHttpKernel::handle() ` method when entering the request :doc:`scope `.