From e1c68b644591d83989b66a1e3701b369e9c570f6 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen <69383359+gr-qft@users.noreply.github.com> Date: Wed, 24 Feb 2021 11:35:52 -0500 Subject: [PATCH] Fix a typo --- site/pages/docs/use-toaster-store.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.