Skip to content

Commit 2d99082

Browse files
authored
Fixed version 2.x documentation typo
1 parent 031a99c commit 2d99082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/docs/version-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You can now use the [`<Toaster/>`](/docs/toaster#using-a-custom-render-function)
128128

129129
This is a great alternative if you are using [`useToaster()`](/docs/use-toaster) to render create custom notfications.
130130

131-
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).
131+
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).
132132

133133
```jsx
134134
import { toast, Toaster, ToastBar } from 'react-hot-toast';

0 commit comments

Comments
 (0)