Skip to content

Commit 010f62f

Browse files
committed
Fix markup of configuration-block.
1 parent 13ccf40 commit 010f62f

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
@@ -58,7 +58,7 @@ This configuration tells Symfony to look for routes defined as annotations in
5858
any PHP class stored in the ``src/Controller/`` directory.
5959

6060
Suppose you want to define a route for the ``/blog`` URL in your application. To
61-
do so, create a :doc:`controller class </controller>` like the following::
61+
do so, create a :doc:`controller class </controller>` like the following:
6262

6363
.. configuration-block::
6464

0 commit comments

Comments
 (0)