Skip to content

Commit 270d236

Browse files
committed
Fixed an XML attribute
1 parent c5c53b2 commit 270d236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ The solution is to configure the ``default_uri`` option to define the
20612061
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
20622062
20632063
<framework:config>
2064-
<framework:router default_uri="https://example.org/my/path/">
2064+
<framework:router default-uri="https://example.org/my/path/">
20652065
<!-- ... -->
20662066
</framework:router>
20672067
</framework:config>

0 commit comments

Comments
 (0)