Skip to content

Commit

Permalink
Fix typo in dropdown unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Jun 8, 2022
1 parent 37cf7d1 commit ae34420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/dropdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('')
Expand Down

0 comments on commit ae34420

Please sign in to comment.