Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-06-08 23:14:10 +0300
committerMark Otto <otto@github.com>2022-06-09 01:23:03 +0300
commitae3442041cfc1f72886f8f8402288b215af67a96 (patch)
treec543dc2bd883fa68a49e8467b6d3b65e26652520 /js
parent37cf7d11b94edf5d6f239cd287b5aae000ede934 (diff)
Fix typo in dropdown unit test
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/dropdown.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js
index 5bd28b1a4c..56ac4ff494 100644
--- a/js/tests/unit/dropdown.spec.js
+++ b/js/tests/unit/dropdown.spec.js
@@ -986,7 +986,7 @@ describe('Dropdown', () => {
'<div class="dropdown">',
' <button class="btn dropdown-toggle" data-bs-toggle="dropdown">Dropdown</button>',
' <div class="dropdown-menu">',
- ' <a class="dropdown-item" href="#">Dropdwon item</a>',
+ ' <a class="dropdown-item" href="#">Dropdown item</a>',
' </div>',
'</div>'
].join('')