8000
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.
2 parents 18c4053 + 91f9b8a commit 17bb0fcCopy full SHA for 17bb0fc
components/dependency_injection/synthetic_services.rst
@@ -27,7 +27,7 @@ service is injected into the container from within the ``Kernel`` class::
27
The ``kernel`` service is called a synthetic service. This service has to
28
be configured in the container, so the container knows the service does
29
exist during compilation (otherwise, services depending on this ``kernel``
30
-service will get a "service does not exists" error).
+service will get a "service does not exist" error).
31
32
In order to do so, you have to use
33
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::
0 commit comments