Skip to content

Commit

Permalink
Correct spelling mistakes. (#24778)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and patrickhlauke committed Nov 15, 2017
1 parent 2cafb9f commit ffc5965
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/4.0/content/tables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
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
toc: true
---
Expand Down
2 changes: 1 addition & 1 deletion js/tests/unit/collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

&::-ms-value {
// 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
// in IE and (under certain conditions) Edge.
// See https://github.com/twbs/bootstrap/issues/19398.
Expand Down
2 changes: 1 addition & 1 deletion scss/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
}

// Retreive color Sass maps
// Retrieve color Sass maps
@function color($key: "blue") {
@return map-get($colors, $key);
}
Expand Down

0 comments on commit ffc5965

Please sign in to comment.