Skip to content

Commit

Permalink
Fix indentation of "except" in role mapping doc
Browse files Browse the repository at this point in the history
"except" is a type of rule, and should be indented accordingly.
  • Loading branch information
tvernum committed Sep 25, 2019
1 parent c79f553 commit 65d4124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A rule is a logical condition that is expressed by using a JSON DSL. The DSL sup
(array of rules) If *all* of its children are true, it evaluates to `true`.
`field`:::
(object) See <<mapping-roles-rule-field>>.
`except`::
`except`:::
(object) A single rule as an object. Only valid as a child of an `all` rule. If
its child is `false`, the `except` is `true`.

Expand Down

0 comments on commit 65d4124

Please sign in to comment.