Skip to content

Commit bdae230

Browse files
committed
Correct spelling & grammar in 4.4 components/dependency_injection/
1 parent 62c0653 commit bdae230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ methods described in :doc:`/service_container/definitions`.
358358
method call if some required service is not available.
359359

360360
A common use-case of compiler passes is to search for all service definitions
361-
that have a certain tag in order to process dynamically plug each into some
362-
other service. See the section on :ref:`service tags <service-container-compiler-pass-tags>`
361+
that have a certain tag, in order to dynamically plug each one into other services.
362+
See the section on :ref:`service tags <service-container-compiler-pass-tags>`
363363
for an example.
364364

365365
.. _components-di-separate-compiler-passes:

components/dependency_injection/workflow.rst

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

3131
Read :ref:`Dumping the Configuration for Performance <components-dependency-injection-dumping>`

0 commit comments

Comments
 (0)