From 5bda060233513205d5244739f903bde9e0fb0ff7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 10 Jun 2017 16:34:03 +0200 Subject: [PATCH] Minor reword of the intro of the routing/conditions article --- routing/conditions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routing/conditions.rst b/routing/conditions.rst index 3b033262dd9..6358ff608f4 100644 --- a/routing/conditions.rst +++ b/routing/conditions.rst @@ -4,9 +4,9 @@ How to Restrict Route Matching through Conditions ================================================= -As you've seen, a route can be made to match only certain routing wildcards -(via regular expressions), HTTP methods, or host names. But the routing system -can be extended to have an almost infinite flexibility using ``conditions``: +A route can be made to match only certain routing placeholders (via regular +expressions), HTTP methods, or host names. If you need more flexibility to +define arbitrary matching logic, use the ``conditions`` routing option: .. configuration-block::