diff --git a/site/pages/docs/use-toaster-store.mdx b/site/pages/docs/use-toaster-store.mdx index 1728cbc..a8376ad 100644 --- a/site/pages/docs/use-toaster-store.mdx +++ b/site/pages/docs/use-toaster-store.mdx @@ -9,7 +9,7 @@ export default ({ children, meta }) => {children}; # `useToasterStore()` API -This hooks gives you access to the internal toaster state. This is the right choice if you need access to the data without wanting to roll your own toaster. +This hook gives you access to the internal toaster state. This is the right choice if you need access to the data without wanting to roll your own toaster. In comparison to [`useToaster()`](/docs/use-toaster) it does not handle pausing or provide handlers for creating your own notification system.