From a1741d7a8024cc940b4d41288b93f027df03b41d Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 24 Oct 2018 09:16:00 +0200 Subject: [PATCH] review bundles chapter for belittling words --- bundles/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 9ad5dd3cae2..f1de73add5a 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -296,7 +296,7 @@ In your extension, you can load this and dynamically set its arguments:: .. sidebar:: Processing the Configuration yourself Using the Config component is fully optional. The ``load()`` method gets an - array of configuration values. You can simply parse these arrays yourself + array of configuration values. You can instead parse these arrays yourself (e.g. by overriding configurations and using :phpfunction:`isset` to check for the existence of a value). Be aware that it'll be very hard to support XML.