diff options
| author | Phil E. Taylor <[email protected]> | 2021-12-18 05:58:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-18 07:58:31 +0200 |
| commit | c2db7108c2ed45273fd4c9eb9155847153fe1512 (patch) | |
| tree | c6ee4110dabffc119145ba6e965e9966698750a7 /js | |
| parent | f729e4c7d1d92d2888c76db0e2590f7adfb3a16b (diff) | |
| download | bootstrap-c2db7108c2ed45273fd4c9eb9155847153fe1512.tar.xz bootstrap-c2db7108c2ed45273fd4c9eb9155847153fe1512.zip | |
Fix typo in comment (#35564)
s/moddal/modal
Diffstat (limited to 'js')
| -rw-r--r-- | js/src/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js index 569e6e590..cc158d6ce 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() |
