Skip to content

Commit 263c5b3

Browse files
committed
Merge pull request symfony#1879 from gregquat/patch-5
Component>DI>Workflow Adding missing word
2 parents aaed814 + 934e2a2 commit 263c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before building it, the kernel checks to see if a cached version of the containe
2525
exists. The ``HttpKernel`` has a debug setting and if this is false, the
2626
cached version is used if it exists. If debug is true then the kernel
2727
:doc:`checks to see if configuration is fresh</components/config/caching>`
28-
and if it is, the cached version of the container is. If not then the container
28+
and if it is, the cached version of the container is used. If not then the container
2929
is built from the application-level configuration and the bundles's extension
3030
configuration.
3131

0 commit comments

Comments
 (0)