From 4e383f778f64e3219c4125e7bc11525b0e9272c2 Mon Sep 17 00:00:00 2001 From: Ivan Samozhenov <72649152+SamIvan-ark@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:07:22 +0300 Subject: [PATCH] Fix typo in migrate-to-v10.md --- docs/migrate-to-v10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate-to-v10.md b/docs/migrate-to-v10.md index aaa7f64..f37eabc 100644 --- a/docs/migrate-to-v10.md +++ b/docs/migrate-to-v10.md @@ -64,7 +64,7 @@ toast.dismiss({ container: "123" }) toast.dismiss({ id: "123", containerId: "12" }) ``` -The method is backward compatible. `toast.dismis()` and `toast.dismiss("123")` work as usual. +The method is backward compatible. `toast.dismiss()` and `toast.dismiss("123")` work as usual. ### Check if a notification is active for a given container