Skip to content

Commit 9a7a595

Browse files
authored
Update README.md
Fixes a typo
1 parent acc1d35 commit 9a7a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 goind 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)