Skip to content

Commit

Permalink
Fix typo in Toaster page
Browse files Browse the repository at this point in the history
  • Loading branch information
stivaugoin authored Aug 20, 2021
1 parent d208114 commit c93328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/toaster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { Toaster, resolveValue } from 'react-hot-toast';

### Adapting the default [`<ToastBar/>`](/docs/toast-bar)

You can use this API to modify the defualt ToastBar as well. In this example we overwrite the animation style based on the current state.
You can use this API to modify the default ToastBar as well. In this example we overwrite the animation style based on the current state.

```jsx
import { Toaster, ToastBar } from 'react-hot-toast';
Expand Down

0 comments on commit c93328a

Please sign in to comment.