From: Phil E. Taylor Date: Sat, 18 Dec 2021 05:58:31 +0000 (+0000) Subject: Fix typo in comment (#35564) X-Git-Tag: v5.2.0-beta1~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2db7108c2ed45273fd4c9eb9155847153fe1512;p=thirdparty%2Fbootstrap.git Fix typo in comment (#35564) s/moddal/modal --- diff --git a/js/src/modal.js b/js/src/modal.js index 569e6e5902..cc158d6ce5 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -369,7 +369,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function ( }) }) - // avoid conflict when clicking moddal toggler while another one is open + // avoid conflict when clicking modal toggler while another one is open const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR) if (allReadyOpen) { Modal.getInstance(allReadyOpen).hide()