Skip to content

Commit 63a098b

Browse files
committed
Fix the message
1 parent 3251255 commit 63a098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/enforce-button-for-link-with-nohref.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
messages: {
1515
noLinkWithoutHref:
16-
'Links without href and other side effects are not accessible. Use a Button instead.Use a button instead',
16+
'Links without href and other side effects are not accessible. Use a Button instead.',
1717
},
1818
fixable: 'code',
1919
},

0 commit comments

Comments
 (0)