Skip to content

Commit 2b8f7c1

Browse files
authored
Merge pull request #49 from gr-qft/patch-1
Fix a typo
2 parents 1609cc6 + e1c68b6 commit 2b8f7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/docs/use-toaster-store.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default ({ children, meta }) => <Layout meta={meta}>{children}</Layout>;
99

1010
# `useToasterStore()` API
1111

12-
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.
12+
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.
1313

1414
In comparison to [`useToaster()`](/docs/use-toaster) it does not handle pausing or provide handlers for creating your own notification system.
1515

0 commit comments

Comments
 (0)