Skip to content

Commit

Permalink
docs: fixing a random typo to see if copilot triggers on the PR (#7211)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Nov 12, 2024
1 parent 4f13306 commit 4f5fbae
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 4f5fbae

Please sign in to comment.