Skip to content

Commit

Permalink
docs: fix typo in bug description in dropdownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jul 20, 2018
1 parent e46ddd1 commit ebc4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/foundation.dropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ebc4be7

Please # to comment.