Skip to content

Commit affd8db

Browse files
committed
bug #8828 Fixed #8826 (mickaelandrieu)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed #8826 Well... where is platform sh pull request website? :D /c @xabbuh Commits ------- 18cfa80 Fixed configuration block rendering in routing docs
2 parents 3dd1167 + 18cfa80 commit affd8db

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)