1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Fix Typos across Bootstrap repository (#29082)

This commit is contained in:
Kitten King
2019-07-20 15:23:02 +05:30
committed by XhmikosR
parent f6694b7440
commit 37703a6fc9
3 changed files with 3 additions and 3 deletions

View File

@@ -767,7 +767,7 @@ $(function () {
$trigger3[0].click()
})
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) {
QUnit.test('should set aria-expanded="true" to triggers targeting shown collapse and aria-expanded="false" only when all the targeted collapses are shown', function (assert) {
assert.expect(9)
var done = assert.async()