From a9090f6fea822063a8bee863216f8c82a5ba36f7 Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Wed, 28 Mar 2012 21:54:14 +0200 Subject: [PATCH] [cookbook] [service_container] fixed typo in scopes chapter. --- cookbook/service_container/scopes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/service_container/scopes.rst b/cookbook/service_container/scopes.rst index 919a148989d..c3211bf4dc0 100644 --- a/cookbook/service_container/scopes.rst +++ b/cookbook/service_container/scopes.rst @@ -58,7 +58,7 @@ when compiling the container. Read the sidebar below for more details. the current `request` service). This is subtle, but the mis-match could cause major problems, which is why it's not allowed. - So, that's the reason *why* scopes exists, and how they can cause + So, that's the reason *why* scopes exist, and how they can cause problems. Keep reading to find out the common solutions. .. note::