summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/resourcelocation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/resourcelocation.rst b/docs/narr/resourcelocation.rst
index 401d439fd..8ddc890ed 100644
--- a/docs/narr/resourcelocation.rst
+++ b/docs/narr/resourcelocation.rst
@@ -78,7 +78,7 @@ arbitrary-depth hierarchies.
:term:`URL dispatch` tends to collapse the two steps of :term:`resource
location` and :term:`view lookup` into a single step. Thus, a URL can map
-*directly* to a view callable. This makes URL dispatch eaiser to understand
+*directly* to a view callable. This makes URL dispatch easier to understand
than traversal, because traversal makes you understand how :term:`resource
location` works. But explicitly locating a resource provides extra
flexibility. For example, it makes it possible to protect your application