diff --git a/website/src/pages/toaster.mdx b/website/src/pages/toaster.mdx index 18614cd..ad301d8 100644 --- a/website/src/pages/toaster.mdx +++ b/website/src/pages/toaster.mdx @@ -27,7 +27,7 @@ Changes the place where all toasts will be rendered. ### Styling all toasts -You can customzie all toasts at once with `toastOptions` prop. These options will act as the default for all toasts. +You can customize all toasts at once with `toastOptions` prop. These options will act as the default for all toasts. ```jsx