From ddcbde573c7d0451df3988adf97fd866113dff25 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Tue, 25 Jan 2022 21:19:51 -0500 Subject: [PATCH] Documentation: Add periods to end of list of access types in docs to make consistent (#670) The top two access types end in a ".". The final two do not. This simply adds periods to the third and fourth list items to make punctuation consistent among the bullets. --- docs/manual/access-control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/access-control.rst b/docs/manual/access-control.rst index 8b1c5763..03727249 100644 --- a/docs/manual/access-control.rst +++ b/docs/manual/access-control.rst @@ -113,8 +113,8 @@ The available access types are as follows: - ``exclude`` - when matched, results are excluded from the index, as if they do not exist. User will receive a 404. - ``block`` - when matched, results are not excluded from the index, but access to the actual content is blocked. User will see a 451. -- ``allow`` - full access to the index and the resource, but may be overriden by embargo -- ``allow_ignore_embargo`` - full access to the index and resource, overriding any embargo settings +- ``allow`` - full access to the index and the resource, but may be overriden by embargo. +- ``allow_ignore_embargo`` - full access to the index and resource, overriding any embargo settings. The difference between ``exclude`` and ``block`` is that when blocked, the user can be notified that access is blocked, while with exclude, no trace of the resource is presented to the user.