summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/security.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 783810734..d4957b491 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -195,11 +195,11 @@ application:
When a default permission is registered:
-- if a view configuration names an explicit ``permission``, the default
+- If a view configuration names an explicit ``permission``, the default
permission is ignored for that view registration, and the
view-configuration-named permission is used.
-- if a view configuration names an explicit permission as the string
+- If a view configuration names an explicit permission as the string
``__no_permission_required__``, the default permission is ignored,
and the view is registered *without* a permission (making it
available to all callers regardless of their credentials).