diff --git a/docs/rules/sort-attrs.md b/docs/rules/sort-attrs.md index f8a3879..a71958a 100644 --- a/docs/rules/sort-attrs.md +++ b/docs/rules/sort-attrs.md @@ -42,13 +42,13 @@ When `priority` is defined, the specified attributes are sorted to the front wit The default value of `priority` is `["id", "type", "class", "style"]`. -Examples of **incorrect** code for this rule with the default options (`{ "priority": ["id", "type", "class", "style] }`). +Examples of **incorrect** code for this rule with the default options (`{ "priority": ["id", "type", "class", "style"] }`). ```html,incorrect ``` -Examples of **correct** code for this rule with the default options (`{ "priority": ["id", "type", "class", "style] }`). +Examples of **correct** code for this rule with the default options (`{ "priority": ["id", "type", "class", "style"] }`). ```html,correct