summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 07b7fe825..aac9eeb7b 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -35,7 +35,7 @@ how it works at a high level:
- If a :term:`security policy` is in effect and the :term:`view
configuration` associated with the view callable that was found has a
:term:`permission` associated with it, the policy is passed :term:`request`,
- the :term:`context`, and the :term:`permission` associated with the view; it
+ the :term:`context`, and the :term:`permission` associated with the view; it
will allow or deny access.
- If the security policy allows access, the view callable is invoked.