Skip to content

Commit

Permalink
refactor(toast): ♻️ fix few typos and grammatical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaveen committed Jul 6, 2022
1 parent c554bf7 commit 4594700
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 Manually 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 Manually Dismissable Bottom Right Toast
</TriggerButton>
</div>
);
Expand Down

0 comments on commit 4594700

Please sign in to comment.