Skip to content

Commit dca0de5

Browse files
a-astxabbuh
authored andcommitted
Fixed tag namespace in the example of xml configuration
Closing tag <acme_hello:foo> didn't match start tag.
1 parent 633aa2d commit dca0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The XML version of the config would then look like this:
204204
xsi:schemaLocation="http://www.example.com/symfony/schema/ http://www.example.com/symfony/schema/hello-1.0.xsd">
205205
206206
<acme_demo:config>
207-
<acme_demo:foo>fooValue</acme_hello:foo>
207+
<acme_demo:foo>fooValue</acme_demo:foo>
208208
<acme_demo:bar>barValue</acme_demo:bar>
209209
</acme_demo:config>
210210
</container>

0 commit comments

Comments
 (0)