Skip to content

Commit

Permalink
Merge pull request #70 from kizu/patch-1
Browse files Browse the repository at this point in the history
Fixes a typo in the README: dectivate → deactivate
  • Loading branch information
TylerJDev authored Dec 26, 2024
2 parents acc1d35 + 57e077a commit 954090f
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 @@ -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 going to be unassigned and removed from the DOM. This is useful for removing classes or running cleanup like removing from caches.
## Browser support
Expand Down

0 comments on commit 954090f

Please sign in to comment.