summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-19 03:34:51 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-19 03:34:51 +0000
commit1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a (patch)
treeb9209a1086b8aed62b7a451786d9e4feeb770ac8 /docs/narr/hybrid.rst
parent37bcb77a86b73151c781d8b0b8c2d3d4e14f5fe7 (diff)
downloadpyramid-1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a.tar.gz
pyramid-1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a.tar.bz2
pyramid-1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a.zip
Spellcheck.
Diffstat (limited to 'docs/narr/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index 7d4768cf6..350b6acc9 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -124,7 +124,7 @@ The ``.views.foobar`` view callable above will be called when the URL
Hybrid Applications
-------------------
-Clearl *either* traversal or url dispatch can be used to create a
+Clearly *either* traversal or url dispatch can be used to create a
:mod:`repoze.bfg` application. However, it is possible to combine the
competing concepts of traversal and url dispatch to resolve URLs to
code within the same application.
@@ -347,7 +347,7 @@ callables that match a route use the very weakly binding ``None``
value as the context value's interface. Given how :term:`view lookup`
works, if the context that is found has a specific interface, and a
global view configuration statement is registered using this interface
-as its ``context``, it's likely that the *global* view calable will
+as its ``context``, it's likely that the *global* view callable will
match *before* the view callable that is attached to the route. This
behavior can be subverted if the ``view_context`` attribute is used on
the route registration, because then both the request type and the