Skip to content

Commit 2bd9419

Browse files
authored
Update comment
1 parent 4dc79f0 commit 2bd9419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-system-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
}
4545
},
4646
create(context) {
47-
// If `skipImportCheck` is true, this rule will check for deprecated colors
47+
// If `skipImportCheck` is true, this rule will check for deprecated styled system props
4848
// used in any components (not just ones that are imported from `@primer/components`).
4949
const skipImportCheck = context.options[0] ? context.options[0].skipImportCheck : false
5050

0 commit comments

Comments
 (0)