diff --git a/routing.rst b/routing.rst index 6f58990896a..f4e5a4c47f3 100644 --- a/routing.rst +++ b/routing.rst @@ -333,7 +333,7 @@ By adding a *default* value: return $collection; -Now, when the user goes to ``/page``, the ``blog_list`` route will match and ``$page`` +Now, when the user goes to ``/blog``, the ``blog_list`` route will match and ``$page`` will default to a value of ``1``. .. index::