We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633aa2d commit dca0de5Copy full SHA for dca0de5
components/dependency_injection/compilation.rst
@@ -204,7 +204,7 @@ The XML version of the config would then look like this:
204
xsi:schemaLocation="http://www.example.com/symfony/schema/ http://www.example.com/symfony/schema/hello-1.0.xsd">
205
206
<acme_demo:config>
207
- <acme_demo:foo>fooValue</acme_hello:foo>
+ <acme_demo:foo>fooValue</acme_demo:foo>
208
<acme_demo:bar>barValue</acme_demo:bar>
209
</acme_demo:config>
210
</container>
0 commit comments