diff options
| author | Julien Déramond <[email protected]> | 2022-06-08 22:14:10 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-06-08 15:23:03 -0700 |
| commit | ae3442041cfc1f72886f8f8402288b215af67a96 (patch) | |
| tree | c543dc2bd883fa68a49e8467b6d3b65e26652520 | |
| parent | 37cf7d11b94edf5d6f239cd287b5aae000ede934 (diff) | |
| download | bootstrap-ae3442041cfc1f72886f8f8402288b215af67a96.tar.xz bootstrap-ae3442041cfc1f72886f8f8402288b215af67a96.zip | |
Fix typo in dropdown unit test
| -rw-r--r-- | js/tests/unit/dropdown.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js index 5bd28b1a4..56ac4ff49 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('') |
