Skip to content

Commit

Permalink
refactor(toast): ♻️ fix few typos and grammatical mistakes (#392)
Browse files Browse the repository at this point in the history
refactor(toast): ♻️  fix few typos and grammatical mistakes
  • Loading branch information
kodiakhq[bot] authored Jul 7, 2022
2 parents c554bf7 + 6767b56 commit 829e335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/toast/stories/ToastBasic.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function ToastTriggers() {
})
}
>
Add Non Dismissable Toast
Add Manual Dismissable Toast
</TriggerButton>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/toast/stories/ToastCSSAnimated.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function ToastTriggers() {
})
}
>
Add 4s duration Top Left Toast
Add 4s duration Bottom Left Toast
</TriggerButton>
<TriggerButton
onClick={() =>
Expand All @@ -114,7 +114,7 @@ export function ToastTriggers() {
})
}
>
Add Non Dismissable Bottom Right Toast
Add Manual Dismissable Bottom Right Toast
</TriggerButton>
</div>
);
Expand Down

1 comment on commit 829e335

@vercel
Copy link

@vercel vercel bot commented on 829e335 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react – ./

react-timelessco.vercel.app
adaptui-react.vercel.app
react-git-main-timelessco.vercel.app

Please sign in to comment.