From 934e2a21a134cf15b4330115357ed82ea4b4d73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Quatannens?= Date: Sat, 3 Nov 2012 10:22:54 +0100 Subject: [PATCH] Component>DI>Workflow Adding missing word To do also on master and 2.1 branches. Thanks --- components/dependency_injection/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index 1389e3b366b..af928355784 100644 --- a/components/dependency_injection/workflow.rst +++ b/components/dependency_injection/workflow.rst @@ -25,7 +25,7 @@ Before building it, the kernel checks to see if a cached version of the containe exists. The ``HttpKernel`` has a debug setting and if this is false, the cached version is used if it exists. If debug is true then the kernel :doc:`checks to see if configuration is fresh` -and if it is, the cached version of the container is. If not then the container +and if it is, the cached version of the container is used. If not then the container is built from the application-level configuration and the bundles's extension configuration.