Skip to content

Correct spelling & grammar in 4.4 components/dependency_injection/ #16261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/dependency_injection/compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <service-container-compiler-pass-tags>`
that have a certain tag, in order to dynamically plug each one into other services.
See the section on :ref:`service tags <service-container-compiler-pass-tags>`
for an example.

.. _components-di-separate-compiler-passes:
Expand Down
2 changes: 1 addition & 1 deletion components/dependency_injection/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </components/config/caching>`
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 <components-dependency-injection-dumping>`
Expand Down