Skip to content

Commit 3bad73d

Browse files
committed
[#6920] some tweaks after review
1 parent 3d5dd16 commit 3bad73d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bundles/prepend_extension.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ The above would be the equivalent of writing the following into the
132132
'use_acme_goodbye' => false,
133133
));
134134
135-
More than one bundle using PrependExtensionInterface
135+
More than one Bundle using PrependExtensionInterface
136136
----------------------------------------------------
137137

138-
When there is more than one bundle prepending the same extension and defining the same key, the bundle that is registered **first** will take priority and next bundles won't override this specific config setting.
138+
If there is more than one bundle that prepends the same extension and defines
139+
the same key, the bundle that is registered **first** will take priority:
140+
next bundles won't override this specific config setting.

0 commit comments

Comments
 (0)