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.