]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct spelling mistakes. (#24778)
authorEdward Betts <edward@4angle.com>
Wed, 15 Nov 2017 09:12:38 +0000 (09:12 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Wed, 15 Nov 2017 09:12:38 +0000 (04:12 -0500)
docs/4.0/content/tables.md
js/tests/unit/collapse.js
scss/_custom-forms.scss
scss/_functions.scss

index d4506c2c9f55c743611c03cccba9500b03ba1999..791de590db2199cd3c71e5dde8e7798c128f53aa 100644 (file)
@@ -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
 ---
index c36fe25beeac87b77409dbd7ec3d37c5c4a73bc1..f20c0809c042cedfb72c9f441ddd5159dba1d3f0 100644 (file)
@@ -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()
 
index 455a208865aad3fd4de4f149f367551807a6f7c6..54af829b61357156d1729071f415301847063bbb 100644 (file)
 
     &::-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.
index a95ad4375f5bdca571e8480f176e45b8a70bc783..5580dfa9adab55f7c43b055ebad77492cfeaddb3 100644 (file)
@@ -63,7 +63,7 @@
   }
 }
 
-// Retreive color Sass maps
+// Retrieve color Sass maps
 @function color($key: "blue") {
   @return map-get($colors, $key);
 }