Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/pages/docs/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ It's recommend to add min-width to your `toast.promise()` calls to **prevent jum

#### Advanced

You can provide a function to the success/error messages to incorporate the result/error of the promise. The third argument are `toastOptions` similiar to [`<Toaster />`](/docs/toaster)
You can provide a function to the success/error messages to incorporate the result/error of the promise. The third argument are `toastOptions` similar to [`<Toaster />`](/docs/toaster)

```js
toast.promise(
Expand Down