summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/urldispatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 8b127924b..2a00697b4 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -84,7 +84,7 @@ example:
.. versionchanged:: 1.0a4
Prior to 1.0a4, routes allow for a marker starting with a ``:``, for
example ``/prefix/:one/:two``. This style is now deprecated
- in favor or ``{}`` usage which allows for additional functionality.
+ in favor of ``{}`` usage which allows for additional functionality.
.. index::
single: route configuration; view callable