We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980be83 commit 381f2bcCopy full SHA for 381f2bc
tests/a11y-aria-label-is-well-formatted.js
@@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
12
})
13
14
const errorMessage =
15
-'[aria-label] text should be formatted the same as you would visual text. Use sentence case and make sure you are not using hyphens.'
+ '[aria-label] text should be formatted the same as you would visual text. Use sentence case and make sure you are not using hyphens.'
16
17
ruleTester.run('a11y-aria-label-is-well-formatted', rule, {
18
valid: [
0 commit comments