summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-04-23 13:53:04 +0200
committerAndrey Andreev <narf@devilix.net>2019-04-23 13:53:50 +0200
commitaa3701e21189e32ff3962eba182327ac24ed1f58 (patch)
tree01feb03ddbb0e2717073c506d3992f91b0be5120
parent3c6787881fa7aa854155cc5820b799b4a80cbb57 (diff)
[ci skip] Merge pull request #5743 from linkqotto/fix-typo
Fix typo in Tutorial
-rw-r--r--user_guide_src/source/tutorial/static_pages.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/static_pages.rst b/user_guide_src/source/tutorial/static_pages.rst
index 5daaa958f..561082a48 100644
--- a/user_guide_src/source/tutorial/static_pages.rst
+++ b/user_guide_src/source/tutorial/static_pages.rst
@@ -162,7 +162,7 @@ arguments.
More information about routing can be found in the URI Routing
:doc:`documentation <../general/routing>`.
-Here, the second rule in the ``$routes`` array matches **any** request
+Here, the second rule in the ``$route`` array matches **any** request
using the wildcard string ``(:any)``. and passes the parameter to the
``view()`` method of the ``Pages`` class.