Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 20, 2020
1 parent 95af63c commit 310c693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $(function () {

QUnit.test('should expose default settings', function (assert) {
assert.expect(1)
assert.ok($.fn.bootstrapTooltip.Constructor.Default, 'defaults is defined')
assert.ok($.fn.bootstrapTooltip.Constructor.Default, 'defaults are defined')
})

QUnit.test('should empty title attribute', function (assert) {
Expand Down

0 comments on commit 310c693

Please sign in to comment.