From 9a7a59552f32509b8ce04bbefa264c6b70ef5ad8 Mon Sep 17 00:00:00 2001 From: Roman Komarov Date: Thu, 26 Dec 2024 11:48:00 +0100 Subject: [PATCH 1/2] Update README.md Fixes a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afc8ee..bb6d5d1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ expander.addEventListener('text-expander-committed', function(event) { **`text-expander-activate`** is fired just after the menu has been assigned and appended to the DOM, and just before it is about to be positioned near the text to expand. This is useful for assigning classes or calling imperative methods to show the menu, such as `.showPopover()`. -**`text-expander-dectivate`** is fired just before the menu is goind to be unassigned and removed from the DOM. This is useful for removing classes or running cleanup like removing from caches. +**`text-expander-deactivate`** is fired just before the menu is goind to be unassigned and removed from the DOM. This is useful for removing classes or running cleanup like removing from caches. ## Browser support From 57e077a6d0a079e03d4e9d643092ae7420477dc7 Mon Sep 17 00:00:00 2001 From: Marie Lucca <40550942+francinelucca@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:52:55 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6d5d1..73ec1d2 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ expander.addEventListener('text-expander-committed', function(event) { **`text-expander-activate`** is fired just after the menu has been assigned and appended to the DOM, and just before it is about to be positioned near the text to expand. This is useful for assigning classes or calling imperative methods to show the menu, such as `.showPopover()`. -**`text-expander-deactivate`** is fired just before the menu is goind to be unassigned and removed from the DOM. This is useful for removing classes or running cleanup like removing from caches. +**`text-expander-deactivate`** is fired just before the menu is going to be unassigned and removed from the DOM. This is useful for removing classes or running cleanup like removing from caches. ## Browser support