Skip to content

Commit 2a7bdc8

Browse files
"Ensure" compliance with changes
1 parent 66b6d94 commit 2a7bdc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/rules/heading-order-bp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"a11y-engine-experimental"
1111
],
1212
"metadata": {
13-
"description": "Ensures the order of headings is semantically correct",
13+
"description": "Ensure the order of headings is semantically correct",
1414
"help": "Heading levels should only increase by one"
1515
},
1616
"all": [],

lib/rules/heading-order.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"a11y-engine-experimental"
1212
],
1313
"metadata": {
14-
"description": "Ensures the order of headings is semantically correct",
14+
"description": "Ensure the order of headings is semantically correct",
1515
"help": "Heading levels must only increase by one"
1616
},
1717
"all": [],

lib/rules/label-content-name-mismatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"actIds": ["2ee8b8"],
1818
"metadata": {
19-
"description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
19+
"description": "Ensure that elements labelled through their content must have their visible text as part of their accessible name",
2020
"help": "Elements must have their visible text as part of their accessible name"
2121
},
2222
"all": [],

0 commit comments

Comments
 (0)