From a82a557568ce90189b52fa431adc69cc271dbad0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Dec 2010 14:57:58 -0500 Subject: typo fix --- docs/narr/resourcelocation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3