Skip to content

Commit 381f2bc

Browse files
committed
Run prettier
1 parent 980be83 commit 381f2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/a11y-aria-label-is-well-formatted.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
1212
})
1313

1414
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.'
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.'
1616

1717
ruleTester.run('a11y-aria-label-is-well-formatted', rule, {
1818
valid: [

0 commit comments

Comments
 (0)