summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 1bc3289fc..9410f3b79 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -17,7 +17,7 @@ Changing the Not Found View
When :mod:`repoze.bfg` can't map a URL to view code, it invokes a
:term:`not found view`, which is a :term:`view callable`. The view it
invokes can be customized through application configuration. This
-view can be configured in via :term:`imperative configuration` or
+view can be configured via :term:`imperative configuration` or
:term:`ZCML`.
.. topic:: Using Imperative Configuration