]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in comment (#35564)
authorPhil E. Taylor <phil@phil-taylor.com>
Sat, 18 Dec 2021 05:58:31 +0000 (05:58 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 05:58:31 +0000 (07:58 +0200)
s/moddal/modal

js/src/modal.js

index 569e6e59025e1dedf1803b870bde20e7aa386415..cc158d6ce5291741788ecd78c1f1d193de896c7b 100644 (file)
@@ -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()