diff --git a/site/pages/docs/toast.mdx b/site/pages/docs/toast.mdx index 0afd477..6536bad 100644 --- a/site/pages/docs/toast.mdx +++ b/site/pages/docs/toast.mdx @@ -43,7 +43,7 @@ This will create a loading notification. Most likely you want to update it manua ### Promise -This shorthand is useful for mapping a promise to a toast. It will update automtically when the promise resolves or fails. +This shorthand is useful for mapping a promise to a toast. It will update automatically when the promise resolves or fails. #### Simple Usage