From 34eafe9cd1e4cbfe03fcf5e9ad278e508ecd9cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Tue, 19 Dec 2023 16:05:45 +0200 Subject: [PATCH] Spelling fix - propogation -> propagation There's a small spelling mistake, let's get it sorted out so that misspell doesn't complain about it. --- dist/js/lightbox-plus-jquery.js | 2 +- dist/js/lightbox.js | 2 +- src/js/lightbox.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. //