From c93328a8a2a5fb370bd568388ab9c28638753522 Mon Sep 17 00:00:00 2001 From: Steve Bourgoin Date: Fri, 20 Aug 2021 14:59:48 -0400 Subject: [PATCH] Fix typo in Toaster page --- site/pages/docs/toaster.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/docs/toaster.mdx b/site/pages/docs/toaster.mdx index a4c4710..83456d1 100644 --- a/site/pages/docs/toaster.mdx +++ b/site/pages/docs/toaster.mdx @@ -99,7 +99,7 @@ import { Toaster, resolveValue } from 'react-hot-toast'; ### Adapting the default [``](/docs/toast-bar) -You can use this API to modify the defualt ToastBar as well. In this example we overwrite the animation style based on the current state. +You can use this API to modify the default ToastBar as well. In this example we overwrite the animation style based on the current state. ```jsx import { Toaster, ToastBar } from 'react-hot-toast';