]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in dropdown unit test
authorJulien Déramond <julien.deramond@orange.com>
Wed, 8 Jun 2022 20:14:10 +0000 (22:14 +0200)
committerMark Otto <otto@github.com>
Wed, 8 Jun 2022 22:23:03 +0000 (15:23 -0700)
js/tests/unit/dropdown.spec.js

index 5bd28b1a4cf82ac4d889d2f51fdca24336656f1d..56ac4ff4942428b2d2c8e58745e720f9d7823f81 100644 (file)
@@ -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('')