summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/router.rst')
-rw-r--r--docs/narr/router.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/router.rst b/docs/narr/router.rst
index a7e19f134..a86e5267c 100644
--- a/docs/narr/router.rst
+++ b/docs/narr/router.rst
@@ -60,7 +60,7 @@ processing?
``__getitem__`` on the root object and subobjects) to find a
:term:`context`. If the root object has no ``__getitem__`` method,
the root itself is assumed to be the context. The exact traversal
- agorithm is described in :ref:`traversal_chapter`. The traverser
+ algorithm is described in :ref:`traversal_chapter`. The traverser
function returns a dictionary, which contains a :term:`context` and
a :term:`view name` as well as other ancillary information.