Skip to content

Commit 6767b56

Browse files
committed
refactor(toast): ♻️ change manually to manual (grammar)
1 parent 4594700 commit 6767b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/toast/stories/ToastBasic.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function ToastTriggers() {
214214
})
215215
}
216216
>
217-
Add Manually Dismissable Toast
217+
Add Manual Dismissable Toast
218218
</TriggerButton>
219219
</div>
220220
</div>

src/toast/stories/ToastCSSAnimated.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function ToastTriggers() {
114114
})
115115
}
116116
>
117-
Add Manually Dismissable Bottom Right Toast
117+
Add Manual Dismissable Bottom Right Toast
118118
</TriggerButton>
119119
</div>
120120
);

0 commit comments

Comments
 (0)