Skip to content

Commit

Permalink
Merge pull request #201 from cbserra/toast-typo
Browse files Browse the repository at this point in the history
Site Docs: 'one' => 'once' :)
  • Loading branch information
timolins authored Jul 4, 2022
2 parents 4a34354 + 7cd1e39 commit b19f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ toast.dismiss(toastId);

You can dismiss all toasts at once, by leaving out the `toastId`.

#### Dismiss all toasts at one
#### Dismiss all toasts at once

```js
toast.dismiss();
Expand Down

1 comment on commit b19f6c8

@vercel
Copy link

@vercel vercel bot commented on b19f6c8 Jul 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.