aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEdward Betts <[email protected]>2017-11-15 09:12:38 +0000
committerPatrick H. Lauke <[email protected]>2017-11-15 04:12:38 -0500
commitffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b (patch)
treecdf6fb1a52a438b39c5d28b5bdf892ee2979f8d2 /js
parent2cafb9f127f1772d9831c2de4fe567b061303f0a (diff)
downloadbootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.tar.xz
bootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.zip
Correct spelling mistakes. (#24778)
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/collapse.js b/js/tests/unit/collapse.js
index c36fe25be..f20c0809c 100644
--- a/js/tests/unit/collapse.js
+++ b/js/tests/unit/collapse.js
@@ -642,7 +642,7 @@ $(function () {
$trigger3.trigger('click')
})
- QUnit.test('should set aria-expanded="true" to triggers targetting shown collaspe and aria-expanded="false" only when all the targeted collapses are shown', function (assert) {
+ QUnit.test('should set aria-expanded="true" to triggers targeting shown collaspe and aria-expanded="false" only when all the targeted collapses are shown', function (assert) {
assert.expect(9)
var done = assert.async()