Skip to content

Commit 18bfc41

Browse files
committed
Minor reword
1 parent 9d7b90d commit 18bfc41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

routing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ separate YAML, XML or PHP file. The main advantage is that they don't require
8484
any extra dependency. The main drawback is that you have to work with multiple
8585
files when checking the routing of some controller action.
8686

87-
Suppose you want to define a route for the ``/blog`` URL in your application
88-
and associate it with the ``list()`` action of the ``BlogController``:
87+
The following example shows how to define in YAML/XML/PHP a route called
88+
``blog_list`` that associates the ``/blog`` URL with the ``list()`` action of
89+
the ``BlogController``:
8990

9091
.. configuration-block::
9192

0 commit comments

Comments
 (0)