8000 minor #7561 Update bundles/configuration.rst (Ahmed TAILOULOUTE) · matthieu88160/symfony-docs@532f9f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 532f9f5

Browse files
committed
minor symfony#7561 Update bundles/configuration.rst (Ahmed TAILOULOUTE)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#7561). Discussion ---------- Update bundles/configuration.rst Fix wrong namespace on the bundle configurations documentation Commits ------- 33a8f8f Update bundles/configuration.rst
2 parents ac5835f + 33a8f8f commit 532f9f5

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
@@ -83,7 +83,7 @@ bundle configuration would look like:
8383
<?xml version="1.0" ?>
8484
8585
<container xmlns="http://symfony.com/schema/dic/services"
86-
xmlns:acme-social="http://example.org/dic/schema/acme_social"
86+
xmlns:acme-social="http://example.org/schema/dic/acme_social"
8787
xsi:schemaLocation="http://symfony.com/schema/dic/services
8888
http://symfony.com/schema/dic/services/services-1.0.xsd">
8989

0 commit comments

Comments
 (0)
0