Skip to content

Commit e6b884d

Browse files
committed
Fix typo
1 parent 267e41d commit e6b884d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const buttons = [
8282
toast.pop()
8383
8484
// Or remove a particular one
85-
const id = toast('Yo!')
85+
const id = toast.push('Yo!')
8686
toast.pop(id)`,
8787
run: () => {
8888
toast.pop()

0 commit comments

Comments
 (0)