From 91f9b8a65abf0c397df50dfdff3355002c7b1ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 9 Sep 2015 11:12:57 +0200 Subject: [PATCH] fix grammar mistake --- components/dependency_injection/synthetic_services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/synthetic_services.rst b/components/dependency_injection/synthetic_services.rst index d53e4636bdc..aba2c6d5710 100644 --- a/components/dependency_injection/synthetic_services.rst +++ b/components/dependency_injection/synthetic_services.rst @@ -27,7 +27,7 @@ service is injected into the container from within the ``Kernel`` class:: The ``kernel`` service is called a synthetic service. This service has to be configured in the container, so the container knows the service does exist during compilation (otherwise, services depending on this ``kernel`` -service will get a "service does not exists" error). +service will get a "service does not exist" error). In order to do so, you have to use :method:`Definition::setSynthetic() `::