Skip to content

Commit 0af0da8

Browse files
authored
fix(lint): NO-JIRA fix typo in recommend-typography-style message (#1076)
1 parent 5ebf67b commit 0af0da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-dialtone/lib/rules/recommend-typography-style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
schema: [], // Add a schema if the rule has options
2828
messages: {
2929
recommendTypographyStyle: `Combining multiple typography utility categories (Font family, Font weight, Font size, Line height) is
30-
discouraged in favor of composed typography utilities. Checkout the available classes here:
30+
discouraged in favor of composed typography utilities. Check out the available classes here:
3131
https://dialtone.dialpad.com/design/typography/#api. There can be cases where using these utilities is intentional and valid,
3232
in which case you can ignore this lint warning.`,
3333
conflictingTypographyUtilities: `Conflicting typography utilities detected: multiple {{category}} classes found ({{classes}}).

0 commit comments

Comments
 (0)