Skip to content

Commit 18cfa80

Browse files
Fixed configuration block rendering in routing docs
1 parent e177b95 commit 18cfa80

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
@@ -22,7 +22,7 @@ Creating Routes
2222

2323
A *route* is a map from a URL path to a controller. Suppose you want one route that
2424
matches ``/blog`` exactly and another more dynamic route that can match *any* URL
25-
like ``/blog/my-post`` or ``/blog/all-about-symfony``::
25+
like ``/blog/my-post`` or ``/blog/all-about-symfony``:
2626

2727
.. configuration-block::
2828

0 commit comments

Comments
 (0)