From: Nicolas Coden Date: Fri, 20 Jul 2018 19:23:18 +0000 (+0200) Subject: docs: fix typo in bug description in dropdownMenu X-Git-Tag: v6.6.0~3^2~126^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11411%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix typo in bug description in dropdownMenu --- 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.