From c827484499fe5affe3980a99b931798c53e190a9 Mon Sep 17 00:00:00 2001 From: Andrii Sukhoi Date: Fri, 5 Jul 2024 17:19:32 +0200 Subject: [PATCH] Fix typo Change Whilst to While --- components/dependency_injection/compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index edaa8be8f47..beedbf33853 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -150,7 +150,7 @@ will look like this:: ], ] -Whilst you can manually manage merging the different files, it is much better +While you can manually manage merging the different files, it is much better to use :doc:`the Config component ` to merge and validate the config values. Using the configuration processing you could access the config value this way::