0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix typo in dropdown unit test

This commit is contained in:
Julien Déramond 2022-06-08 22:14:10 +02:00 committed by Mark Otto
parent 37cf7d11b9
commit ae3442041c

View 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('')