From 5420d28714b73de038ebcf37876aa42d3fc46149 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Mon, 11 Nov 2024 14:30:02 -0600 Subject: [PATCH] docs: fixing a random typo to see if copilot triggers on the PR --- COLLABORATOR_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};