Skip to content

Commit

Permalink
docs: fixing a random typo to see if copilot triggers on the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Nov 11, 2024
1 parent 344da5b commit 5420d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ import NameOfComponent from '@components/PathTo/YourComponent';
type Story = StoryObj<typeof NameOfComponent>;
type Meta = MetaObj<typeof NameOfComponent>;

// 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
// We recommend reading Storybook docs for args: https://storybook.js.org/docs/react/writing-stories/args
export const Default: Story = {};

Expand Down

0 comments on commit 5420d28

Please sign in to comment.