From 7fa47a9d23cd87741be497ed36c725e67f6dce03 Mon Sep 17 00:00:00 2001 From: Glen Heyvaert Date: Mon, 8 Jan 2024 12:02:58 +0100 Subject: [PATCH] Corrected typo in ReadMe.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c0fb2a..81f0eea 100644 --- a/README.md +++ b/README.md @@ -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"