diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index be844b55769b7..ac5160ed08558 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -299,7 +299,7 @@ import NameOfComponent from '@components/PathTo/YourComponent'; type Story = StoryObj; type Meta = MetaObj; -// 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 = {};