From ebc4be784ddd448ede4dee4dda3fbc59e8b59e78 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 20 Jul 2018 21:23:18 +0200 Subject: [PATCH] docs: fix typo in bug description in dropdownMenu --- js/foundation.dropdownMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.dropdownMenu.js b/js/foundation.dropdownMenu.js index 354937cbb..7b4834e05 100644 --- a/js/foundation.dropdownMenu.js +++ b/js/foundation.dropdownMenu.js @@ -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. -- 2.47.2