Skip to content

Commit a9c2ccc

Browse files
committed
minor symfony#16261 Correct spelling & grammar in 4.4 components/dependency_injection/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 components/dependency_injection/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bdae230 Correct spelling & grammar in 4.4 components/dependency_injection/
2 parents c19f55d + bdae230 commit a9c2ccc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dependency_injection/compilation.rst

+2-2
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

+1-1
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)