8000 minor #5680 fix grammar mistake (greg0ire) · symfony/symfony-docs@17bb0fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 17bb0fc

Browse files
committed
minor #5680 fix grammar mistake (greg0ire)
This PR was merged into the 2.3 branch. Discussion ---------- fix grammar mistake Commits ------- 91f9b8a fix grammar mistake
2 parents 18c4053 + 91f9b8a commit 17bb0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/synthetic_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ service is injected into the container from within the ``Kernel`` class::
2727
The ``kernel`` service is called a synthetic service. This service has to
2828
be configured in the container, so the container knows the service does
2929
exist during compilation (otherwise, services depending on this ``kernel``
30-
service will get a "service does not exists" error).
30+
service will get a "service does not exist" error).
3131

3232
In order to do so, you have to use
3333
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::

0 commit comments

Comments
 (0)
0