Skip to content

Commit ffc5965

Browse files
EdwardBettspatrickhlauke
authored andcommitted
Correct spelling mistakes. (#24778)
1 parent 2cafb9f commit ffc5965

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/4.0/content/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
33
title: Tables
4-
description: Documentation and examples for opt-in styling of tables (given their prevelant use in JavaScript plugins) with Bootstrap.
4+
description: Documentation and examples for opt-in styling of tables (given their prevalent use in JavaScript plugins) with Bootstrap.
55
group: content
66
toc: true
77
---

js/tests/unit/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ $(function () {
642642
$trigger3.trigger('click')
643643
})
644644

645-
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) {
645+
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) {
646646
assert.expect(9)
647647
var done = assert.async()
648648

scss/_custom-forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153

154154
&::-ms-value {
155155
// For visual consistency with other platforms/browsers,
156-
// supress the default white text on blue background highlight given to
156+
// suppress the default white text on blue background highlight given to
157157
// the selected option text when the (still closed) <select> receives focus
158158
// in IE and (under certain conditions) Edge.
159159
// See https://github.com/twbs/bootstrap/issues/19398.

scss/_functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
}
6565

66-
// Retreive color Sass maps
66+
// Retrieve color Sass maps
6767
@function color($key: "blue") {
6868
@return map-get($colors, $key);
6969
}

0 commit comments

Comments
 (0)