From c8bf9eb05cbd8b0d969c64bc4a1ed576a61232eb Mon Sep 17 00:00:00 2001 From: suchsoon <137266842+suchsoon@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:04:19 +0800 Subject: [PATCH] fix typo (#519) Signed-off-by: suchsoon --- frontend/src/components/Badge.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Badge.stories.tsx b/frontend/src/components/Badge.stories.tsx index 96846a75..ad9cada9 100644 --- a/frontend/src/components/Badge.stories.tsx +++ b/frontend/src/components/Badge.stories.tsx @@ -1,7 +1,7 @@ /* * @file Badge.stories.tsx * @description Badge stories, using Storybook. - * We create a story for the componenet badge, + * We create a story for the component badge, * and we can use it to test the component in Storybook. * There, we can see the component in different states, and * play with the props to see how it behaves.