Skip to content

Commit 9c76af7

Browse files
authoredApr 4, 2022
fix: duplicate text (#981)
1 parent e84a777 commit 9c76af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/user-guide/list-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ title: List of rules
2424
- [`attr-value-double-quotes`](/docs/user-guide/rules/attr-value-double-quotes): Attribute values must be in double quotes.
2525
- [`attr-value-single-quotes`](/docs/user-guide/rules/attr-value-single-quotes): Attribute values must be in single quotes.
2626
- [`attr-value-not-empty`](/docs/user-guide/rules/attr-value-not-empty): All attributes must have values.
27-
- [`attr-sorted`](/docs/user-guide/rules/attr-sorted): No leading or trailing spaces in attribute values.
27+
- [`attr-sorted`](/docs/user-guide/rules/attr-sorted): Attributes should be sorted in order.
2828
- [`attr-whitespace`](/docs/user-guide/rules/attr-whitespace): No leading or trailing spaces in attribute values.
2929
- [`alt-require`](/docs/user-guide/rules/alt-require): The alt attribute of an element must be present and alt attribute of area[href] and input[type=image] must have a value.
3030
- [`input-requires-label`](/docs/user-guide/rules/input-requires-label): All [ input ] tags must have a corresponding [ label ] tag.

0 commit comments

Comments
 (0)