diff --git a/book/routing.rst b/book/routing.rst index a3cbf249db6..4cf68fe19dd 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -1209,7 +1209,7 @@ see :ref:`route-parameters-controller-arguments`. .. tip:: The special ``$_route`` variable is set to the name of the route that was - matced. + matched. You can even add extra information to your route definition and access it within your controller. For more information on this topic,