]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix typo in bug description in dropdownMenu 11411/head
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 20 Jul 2018 19:23:18 +0000 (21:23 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 20 Jul 2018 19:23:18 +0000 (21:23 +0200)
js/foundation.dropdownMenu.js

index 354937cbb190f00f36711d7f4a4c31bfccbc8e7b..7b4834e059db7df04ae377d8334da34dd507baa6 100644 (file)
@@ -160,7 +160,7 @@ class DropdownMenu extends Plugin {
 
             // Ignore "magic mouseleave": when the mouse simply disapear from the document
             // (like when entering in browser input suggestions See https://git.io/zf-11410),
-            // unless we actually leaved the window (and document lost focus).
+            // unless we actually left the window (and document lost focus).
             //
             // In firefox, document will not focus at the time the event is triggered, so we have
             // to make this test after the delay.