mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-30 00:34:49 +00:00
Fix typo in dropdown unit test
This commit is contained in:
parent
37cf7d11b9
commit
ae3442041c
1 changed files with 1 additions and 1 deletions
|
|
@ -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('')
|
||||
|
|
|
|||
Loading…
Reference in a new issue