Skip to content

Commit bd1b014

Browse files
Update src/rules/a11y-remove-disable-tooltip.js
Co-authored-by: Kate Higa <[email protected]>
1 parent 6c28b38 commit bd1b014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/a11y-remove-disable-tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
schema: [],
1818
messages: {
1919
removeDisableTooltipProp:
20-
'Please remove `unsafeDisableTooltip` prop from `IconButton` component to enable the tooltip and help making icon button more accessible.',
20+
'Please remove `unsafeDisableTooltip` prop from `IconButton` component to enable the tooltip and help make icon button more accessible.',
2121
},
2222
},
2323
create(context) {

0 commit comments

Comments
 (0)