Skip to content

Commit 4f5fbae

Browse files
docs: fixing a random typo to see if copilot triggers on the PR (#7211)
1 parent 4f13306 commit 4f5fbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COLLABORATOR_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ import NameOfComponent from '@components/PathTo/YourComponent';
299299
type Story = StoryObj<typeof NameOfComponent>;
300300
type Meta = MetaObj<typeof NameOfComponent>;
301301

302-
// If the component has any props that are interactable, they should be passed here
302+
// If the component has any props that are interactive, they should be passed here
303303
// We recommend reading Storybook docs for args: https://storybook.js.org/docs/react/writing-stories/args
304304
export const Default: Story = {};
305305

0 commit comments

Comments
 (0)