From 9c76af70923341e4f5412df4ae3d8e44f97d7ee0 Mon Sep 17 00:00:00 2001 From: Bastien Date: Mon, 4 Apr 2022 14:14:38 +0200 Subject: [PATCH] fix: duplicate text (#981) --- docs/user-guide/list-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/list-rules.md b/docs/user-guide/list-rules.md index c6ebb98de..c6448859f 100644 --- a/docs/user-guide/list-rules.md +++ b/docs/user-guide/list-rules.md @@ -24,7 +24,7 @@ title: List of rules - [`attr-value-double-quotes`](/docs/user-guide/rules/attr-value-double-quotes): Attribute values must be in double quotes. - [`attr-value-single-quotes`](/docs/user-guide/rules/attr-value-single-quotes): Attribute values must be in single quotes. - [`attr-value-not-empty`](/docs/user-guide/rules/attr-value-not-empty): All attributes must have values. -- [`attr-sorted`](/docs/user-guide/rules/attr-sorted): No leading or trailing spaces in attribute values. +- [`attr-sorted`](/docs/user-guide/rules/attr-sorted): Attributes should be sorted in order. - [`attr-whitespace`](/docs/user-guide/rules/attr-whitespace): No leading or trailing spaces in attribute values. - [`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. - [`input-requires-label`](/docs/user-guide/rules/input-requires-label): All [ input ] tags must have a corresponding [ label ] tag.