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 e177b95 commit 18cfa80Copy full SHA for 18cfa80
routing.rst
@@ -22,7 +22,7 @@ Creating Routes
22
23
A *route* is a map from a URL path to a controller. Suppose you want one route that
24
matches ``/blog`` exactly and another more dynamic route that can match *any* URL
25
-like ``/blog/my-post`` or ``/blog/all-about-symfony``::
+like ``/blog/my-post`` or ``/blog/all-about-symfony``:
26
27
.. configuration-block::
28
0 commit comments