Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gr-qft authored Feb 24, 2021
1 parent bfa5129 commit e1c68b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/use-toaster-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default ({ children, meta }) => <Layout meta={meta}>{children}</Layout>;

# `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.

Expand Down

0 comments on commit e1c68b6

Please sign in to comment.