diff --git a/apps/website/src/content/docs/toast.mdx b/apps/website/src/content/docs/toast.mdx index 89e675bf63d..2eab36b3809 100644 --- a/apps/website/src/content/docs/toast.mdx +++ b/apps/website/src/content/docs/toast.mdx @@ -72,7 +72,7 @@ When setting the `hasCloseButton` option available in the status method to `true -Additionally, to implement further actions upon the closing of each toast or chain one toast after the other, you can retrieve the `close()` function returned from the status method. +Additionally, to implement further actions upon the closing of each toast or chain one toast after another, you can retrieve the `close()` function returned from the status method. diff --git a/examples/Toast.close.jsx b/examples/Toast.close.jsx index 0a436c26a4c..2d9d00934bf 100644 --- a/examples/Toast.close.jsx +++ b/examples/Toast.close.jsx @@ -11,11 +11,7 @@ export default () => { const displayProcessToast = () => { const { close } = toaster.informational( - + Your process is running... , );