From b25f39ea4c6ce959a0d078503270c0e9cae786ff Mon Sep 17 00:00:00 2001 From: Markus Lanthaler Date: Mon, 8 Jul 2013 15:10:53 +0200 Subject: [PATCH] Fix typo --- components/dependency_injection/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `.