Skip to content

Commit

Permalink
Fix plural ELEMENT and ALLOW_ATTR in docs
Browse files Browse the repository at this point in the history
These were left over from their initial names. Make them singular to
conform with the current expectations.

Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Dec 6, 2019
1 parent e582133 commit 45963fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/advanced/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ REGEXP = ^\s*((math(\s+|$)|inline(\s+|$)|display(\s+|$)))+
- `ALLOW_ATTR`: The attribute this policy allows. Must be non-empty.
- `REGEXP`: A regex to match the contents of the attribute against. Must be present but may be empty for unconditional whitelisting of this attribute.

You may redefine `ELEMENTS`, `ALLOW_ATTRS`, and `REGEXP` multiple times; each time all three are defined is a single policy entry.
You may redefine `ELEMENT`, `ALLOW_ATTR`, and `REGEXP` multiple times; each time all three are defined is a single policy entry.

## Time (`time`)

Expand Down

0 comments on commit 45963fc

Please sign in to comment.