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 d2671ca commit 28c800cCopy full SHA for 28c800c
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 Dependency Injection component, then 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