We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05b5ac commit c4c459bCopy full SHA for c4c459b
COLLABORATOR_GUIDE.md
@@ -299,7 +299,7 @@ import NameOfComponent from '@components/PathTo/YourComponent';
299
type Story = StoryObj<typeof NameOfComponent>;
300
type Meta = MetaObj<typeof NameOfComponent>;
301
302
-// If the component has any props that are interactable, they should be passed here
+// If the component has any props that are interactive, they should be passed here
303
// We recommend reading Storybook docs for args: https://storybook.js.org/docs/react/writing-stories/args
304
export const Default: Story = {};
305
0 commit comments