Skip to content

Commit 04ae7c2

Browse files
ifdatticwouterj
authored andcommitted
Update configuration.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 76b23af commit 04ae7c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/bundles/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ Assume the XSD file is called ``hello-1.0.xsd``, the schema location will be
384384
<container xmlns="http://symfony.com/schema/dic/services"
385385
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
386386
xmlns:acme-hello="http://acme_company.com/schema/dic/hello"
387-
xsi:schemaLocation="http://acme_company.com/schema/dic/hello http://acme_company.com/schema/dic/hello/hello-1.0.xsd">
387+
xsi:schemaLocation="http://acme_company.com/schema/dic/hello
388+
http://acme_company.com/schema/dic/hello/hello-1.0.xsd">
388389
389390
<acme-hello:config>
390391
<!-- ... -->

0 commit comments

Comments
 (0)