Skip to content

Commit 8ae7973

Browse files
committed
minor #8019 Minor reword of the intro of the routing/conditions article (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Minor reword of the intro of the routing/conditions article Two changes: * Starting with "As you've seen..." is wrong because each article should be self-contained. * "wildcards" is not OK because in other docs we mostly use "placeholders" Commits ------- 5bda060 Minor reword of the intro of the routing/conditions article
2 parents 1fb7194 + 5bda060 commit 8ae7973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

routing/conditions.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
How to Restrict Route Matching through Conditions
55
=================================================
66

7-
As you've seen, a route can be made to match only certain routing wildcards
8-
(via regular expressions), HTTP methods, or host names. But the routing system
9-
can be extended to have an almost infinite flexibility using ``conditions``:
7+
A route can be made to match only certain routing placeholders (via regular
8+
expressions), HTTP methods, or host names. If you need more flexibility to
9+
define arbitrary matching logic, use the ``conditions`` routing option:
1010

1111
.. configuration-block::
1212

0 commit comments

Comments
 (0)