From 2d99082b112e497d1012ab6abc05dc74b866866a Mon Sep 17 00:00:00 2001 From: Mohammad Afzal Date: Fri, 2 Jun 2023 20:55:46 -0400 Subject: [PATCH] Fixed version 2.x documentation typo --- site/pages/docs/version-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/docs/version-2.mdx b/site/pages/docs/version-2.mdx index 8fcede6..6ea54e2 100644 --- a/site/pages/docs/version-2.mdx +++ b/site/pages/docs/version-2.mdx @@ -128,7 +128,7 @@ You can now use the [``](/docs/toaster#using-a-custom-render-function) This is a great alternative if you are using [`useToaster()`](/docs/use-toaster) to render create custom notfications. -This API allows us to dynamically react to to current state our toasts. This can be used to **change the default animations**, add **a custom dismiss button** or render a custom notification, like [TailwindUI Notifications](https://tailwindui.com/components/application-ui/overlays/notifications). +This API allows us to dynamically react to the current state of your toasts. This can be used to **change the default animations**, add **a custom dismiss button** or render a custom notification, like [TailwindUI Notifications](https://tailwindui.com/components/application-ui/overlays/notifications). ```jsx import { toast, Toaster, ToastBar } from 'react-hot-toast';