We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d8e47 commit 3bc15b7Copy full SHA for 3bc15b7
components/dependency_injection/advanced.rst
@@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead
66
of being created by the container.
67
68
For example, if you're using the :doc:`HttpKernel</components/http_kernel/introduction>`
69
-component with the DependencyInjection component, then the the ``request``
+component with the DependencyInjection component, then the ``request``
70
service is injected in the
71
:method:`ContainerAwareHttpKernel::handle() <Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel::handle>`
72
method when entering the request :doc:`scope </cookbook/service_container/scopes>`.
0 commit comments