Skip to content

Commit 954090f

Browse files
authored
Merge pull request #70 from kizu/patch-1
Fixes a typo in the README: dectivate → deactivate
2 parents acc1d35 + 57e077a commit 954090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ expander.addEventListener('text-expander-committed', function(event) {
107107
108108
**`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()`.
109109
110-
**`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.
110+
**`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.
111111
112112
## Browser support
113113

0 commit comments

Comments
 (0)