Skip to content

Commit fee4b81

Browse files
committed
minor #14456 [Routing] Fix markup of configuration-block (derrabus)
This PR was merged into the 5.x branch. Discussion ---------- [Routing] Fix markup of configuration-block Commits ------- 010f62f Fix markup of configuration-block.
2 parents 13ccf40 + 010f62f commit fee4b81

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)