Skip to content

Commit 37adcb5

Browse files
committed
minor #10598 review bundles chapter for belittling words (dbu)
This PR was merged into the 4.1 branch. Discussion ---------- review bundles chapter for belittling words review for symfony/diversity#9 of components chapter Commits ------- a1741d7 review bundles chapter for belittling words
2 parents 41355ed + a1741d7 commit 37adcb5

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)