Skip to content

Commit a1741d7

Browse files
committed
review bundles chapter for belittling words
1 parent 41355ed commit a1741d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ In your extension, you can load this and dynamically set its arguments::
296296
.. sidebar:: Processing the Configuration yourself
297297

298298
Using the Config component is fully optional. The ``load()`` method gets an
299-
array of configuration values. You can simply parse these arrays yourself
299+
array of configuration values. You can instead parse these arrays yourself
300300
(e.g. by overriding configurations and using :phpfunction:`isset` to check
301301
for the existence of a value). Be aware that it'll be very hard to support XML.
302302

0 commit comments

Comments
 (0)