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 404ed93 commit 91f9b8aCopy full SHA for 91f9b8a
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