Skip to content

Commit

Permalink
Merge pull request #698 from leranjun/docs/toasts-typo
Browse files Browse the repository at this point in the history
docs(toasts): fix missing comma
  • Loading branch information
endigo9740 committed Dec 16, 2022
2 parents d8a4115 + 7674610 commit 5807240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(inner)/utilities/toasts/+page.svelte
Expand Up @@ -103,7 +103,7 @@
code={`
function triggerToast(): void {
const t: ToastSettings = {
message: '👋 Hello and welcome to Skeleton.'
message: '👋 Hello and welcome to Skeleton.',
// Optional: The auto-hide settings
autohide: true,
timeout: 5000,
Expand Down

0 comments on commit 5807240

Please sign in to comment.