From 619b5084a9bdf56448ddc39cf63e5a6bbd30db5b Mon Sep 17 00:00:00 2001 From: Domenic Rosati Date: Wed, 24 Feb 2021 10:50:13 -0400 Subject: [PATCH] fix spelling error --- site/pages/docs/toast.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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