Skip to content

Commit 30fd05e

Browse files
committed
minor symfony#12155 Fixes typo on routing page (dbrumann)
This PR was merged into the 4.3 branch. Discussion ---------- Fixes typo on routing page Fixes a small typo on routing page Commits ------- 9d6d864 Fixes typo in routing.
2 parents dcd9bfa + 9d6d864 commit 30fd05e

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
@@ -281,7 +281,7 @@ arbitrary matching logic:
281281
282282
The value of the ``condition`` option is any valid
283283
:doc:`ExpressionLanguage expression </components/expression_language/syntax>`
284-
and can use and of these variables created by Symfony:
284+
and can use any of these variables created by Symfony:
285285

286286
``context``
287287
An instance of :class:`Symfony\\Component\\Routing\\RequestContext`,

0 commit comments

Comments
 (0)