Skip to content

Commit aedad9e

Browse files
committed
minor #20022 [DependencyInjection] Fix typo in docs (sukhoy94)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- [DependencyInjection] Fix typo in docs Change Whilst to While <!-- 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 `7.x` for features of unreleased versions). --> Commits ------- c827484 Fix typo
2 parents 88f889b + c827484 commit aedad9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ will look like this::
150150
],
151151
]
152152

153-
Whilst you can manually manage merging the different files, it is much better
153+
While you can manually manage merging the different files, it is much better
154154
to use :doc:`the Config component </components/config>` to
155155
merge and validate the config values. Using the configuration processing
156156
you could access the config value this way::

0 commit comments

Comments
 (0)