Skip to content

Commit

Permalink
Corrected typo in ReadMe.md (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenHeyvaert authored Jan 8, 2024
1 parent 634106d commit dc1cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ If you want to limit the number of toasts displayed at any given time, you can s
### Custom Component
You can call the `ShowToast` method passing the type of component you want the toast to display.

For example if I have a component called `MyToast` which I want to display in the toast and I want to call it from the `Index` component on a button cick.
For example if I have a component called `MyToast` which I want to display in the toast and I want to call it from the `Index` component on a button click.

```razor
@page "/toastdemo"
Expand Down

0 comments on commit dc1cfed

Please sign in to comment.