Skip to content

Commit 03d8735

Browse files
committed
chore(toast): toast typo 수정
1 parent cd4f87c commit 03d8735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/bezier-react/src/components/Toast/Toast.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ function Div({
9494
}
9595

9696
const handleClick = () => {
97-
const curentContent = `${count}. ${content}`
97+
const currentContent = `${count}. ${content}`
9898

99-
toast.addToast(curentContent, {
99+
toast.addToast(currentContent, {
100100
preset,
101101
appearance,
102102
iconName,
103103
actionContent,
104-
onClick: () => handleAction(curentContent),
104+
onClick: () => handleAction(currentContent),
105105
})
106106

107107
setCount(count + 1)

0 commit comments

Comments
 (0)