Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdeep Chandra <rajrock38@gmail.com>
  • Loading branch information
loredanaspataru and Rajdeepc committed Apr 30, 2024
1 parent afac40f commit 1da7740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alert-banner/stories/alert-banner.stories.ts
Expand Up @@ -49,7 +49,7 @@ export const Negative = (args: Properties): TemplateResult =>
AlertBannerMarkup({
...args,
variant: 'negative',
text: 'Connection interupted. Check your network to continue',
text: 'Connection interrupted. Check your network to continue',
});

export const TextWrapping = (args: Properties): TemplateResult =>
Expand Down

0 comments on commit 1da7740

Please sign in to comment.