mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Correct spelling mistakes. (#24778)
This commit is contained in:
parent
2cafb9f127
commit
ffc5965f2c
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Tables
|
title: Tables
|
||||||
description: Documentation and examples for opt-in styling of tables (given their prevelant use in JavaScript plugins) with Bootstrap.
|
description: Documentation and examples for opt-in styling of tables (given their prevalent use in JavaScript plugins) with Bootstrap.
|
||||||
group: content
|
group: content
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
@ -642,7 +642,7 @@ $(function () {
|
|||||||
$trigger3.trigger('click')
|
$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)
|
assert.expect(9)
|
||||||
var done = assert.async()
|
var done = assert.async()
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
|
|
||||||
&::-ms-value {
|
&::-ms-value {
|
||||||
// For visual consistency with other platforms/browsers,
|
// For visual consistency with other platforms/browsers,
|
||||||
// supress the default white text on blue background highlight given to
|
// suppress the default white text on blue background highlight given to
|
||||||
// the selected option text when the (still closed) <select> receives focus
|
// the selected option text when the (still closed) <select> receives focus
|
||||||
// in IE and (under certain conditions) Edge.
|
// in IE and (under certain conditions) Edge.
|
||||||
// See https://github.com/twbs/bootstrap/issues/19398.
|
// See https://github.com/twbs/bootstrap/issues/19398.
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Retreive color Sass maps
|
// Retrieve color Sass maps
|
||||||
@function color($key: "blue") {
|
@function color($key: "blue") {
|
||||||
@return map-get($colors, $key);
|
@return map-get($colors, $key);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user