Skip to content

Commit d270ebd

Browse files
committed
Minor tweak
1 parent 3d3293f commit d270ebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/security/authorization.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ recognizes several strategies:
4747
grant access if there are more voters granting access than there are denying;
4848

4949
``unanimous``
50-
only grant access if none of the voters has denied access. If all voters abstained from voting, the decision is based on the ``allow_if_all_abstain`` config option (which defaults to ``false``);
50+
only grant access if none of the voters has denied access. If all voters
51+
abstained from voting, the decision is based on the ``allow_if_all_abstain``
52+
config option (which defaults to ``false``).
5153

5254
Usage of the available options in detail::
5355

0 commit comments

Comments
 (0)