diff --git a/dist/js/lightbox-plus-jquery.js b/dist/js/lightbox-plus-jquery.js index 077520b..a37617a 100644 --- a/dist/js/lightbox-plus-jquery.js +++ b/dist/js/lightbox-plus-jquery.js @@ -11100,7 +11100,7 @@ return jQuery; // while Lightbox is opened will keep the focus on or inside one of these // two elements. // - // We do this so we can prevent propogation of the Esc keypress when + // We do this so we can prevent propagation of the Esc keypress when // Lightbox is open. This prevents it from intefering with other components // on the page below. // diff --git a/dist/js/lightbox.js b/dist/js/lightbox.js index ee0492c..2f01055 100644 --- a/dist/js/lightbox.js +++ b/dist/js/lightbox.js @@ -106,7 +106,7 @@ // while Lightbox is opened will keep the focus on or inside one of these // two elements. // - // We do this so we can prevent propogation of the Esc keypress when + // We do this so we can prevent propagation of the Esc keypress when // Lightbox is open. This prevents it from intefering with other components // on the page below. // diff --git a/src/js/lightbox.js b/src/js/lightbox.js index ee0492c..2f01055 100644 --- a/src/js/lightbox.js +++ b/src/js/lightbox.js @@ -106,7 +106,7 @@ // while Lightbox is opened will keep the focus on or inside one of these // two elements. // - // We do this so we can prevent propogation of the Esc keypress when + // We do this so we can prevent propagation of the Esc keypress when // Lightbox is open. This prevents it from intefering with other components // on the page below. //