Skip to content

Commit 28c800c

Browse files
committed
Revert notation fix of "DependencyInjection component"
1 parent d2671ca commit 28c800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead
6666
of being created by the container.
6767

6868
For example, if you're using the :doc:`HttpKernel </components/http_kernel/introduction>`
69-
component with the Dependency Injection component, then the ``request``
69+
component with the DependencyInjection component, then the ``request``
7070
service is injected in the
7171
:method:`ContainerAwareHttpKernel::handle() <Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel::handle>`
7272
method when entering the request :doc:`scope </cookbook/service_container/scopes>`.

0 commit comments

Comments
 (0)