diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index d7284046b82..acf754c0f5d 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -358,8 +358,8 @@ methods described in :doc:`/service_container/definitions`. method call if some required service is not available. A common use-case of compiler passes is to search for all service definitions -that have a certain tag in order to process dynamically plug each into some -other service. See the section on :ref:`service tags ` +that have a certain tag, in order to dynamically plug each one into other services. +See the section on :ref:`service tags ` for an example. .. _components-di-separate-compiler-passes: diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index 7ea3c1ea28e..eb0bbb06984 100644 --- a/components/dependency_injection/workflow.rst +++ b/components/dependency_injection/workflow.rst @@ -25,7 +25,7 @@ container exists. The kernel 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 used. If not then the -container is built from the application-level configuration and the bundles's +container is built from the application-level configuration and the bundles' extension configuration. Read :ref:`Dumping the Configuration for Performance `