Skip to content

Commit 45963fc

Browse files
committed
Fix plural ELEMENT and ALLOW_ATTR in docs
These were left over from their initial names. Make them singular to conform with the current expectations. Signed-off-by: Alexander Scheel <[email protected]>
1 parent e582133 commit 45963fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ REGEXP = ^\s*((math(\s+|$)|inline(\s+|$)|display(\s+|$)))+
594594
- `ALLOW_ATTR`: The attribute this policy allows. Must be non-empty.
595595
- `REGEXP`: A regex to match the contents of the attribute against. Must be present but may be empty for unconditional whitelisting of this attribute.
596596

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

599599
## Time (`time`)
600600

0 commit comments

Comments
 (0)