Skip to content

Commit

Permalink
Merge pull request #49 from gr-qft/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
timolins authored Mar 3, 2021
2 parents 1609cc6 + e1c68b6 commit 2b8f7c1
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

1 comment on commit 2b8f7c1

@vercel
Copy link

@vercel vercel bot commented on 2b8f7c1 Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.