summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hooks.rst')
-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 c2f6966de..65e21d3f2 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -83,7 +83,7 @@ code that implements a minimal forbidden view:
.. warning:: the default forbidden view sends a response with a ``401
Unauthorized`` status code for backwards compatibility reasons.
You can influence the status code of Forbidden responses by using
- an alterate forbidden view. For example, it would make sense to
+ an alternate forbidden view. For example, it would make sense to
return a response with a ``403 Forbidden`` status code.
Changing the response factory