Skip to content

Commit 3461a5b

Browse files
authored
chore: minor fixes
Signed-off-by: REL1CX <[email protected]>
1 parent 638c3c3 commit 3461a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/no-unused-props.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ ruleTesterWithTypes.run(RULE_NAME, rule, {
796796
return <div ref={ref}>{props.foo}</div>;
797797
});
798798
`,
799-
// expect no false positives when using forwardRef
799+
// expect no false positives when using ref as a prop
800800
tsx`
801801
import * as React from 'react'
802802
interface ComponentProps {

0 commit comments

Comments
 (0)