]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Typos across Bootstrap repository (#29082) 29091/head
authorKitten King <53072918+kittenking@users.noreply.github.com>
Sat, 20 Jul 2019 09:53:02 +0000 (15:23 +0530)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 20 Jul 2019 09:53:02 +0000 (12:53 +0300)
js/tests/unit/collapse.js
site/content/docs/4.3/getting-started/webpack.md
site/content/docs/4.3/utilities/flex.md

index a051d4f5c63e4e8a8a1465f0b487edf267e1ac67..d0b465551d0462a4fa3117993c73c52d38f81c12 100644 (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()
 
index 6a8963ad1881a8664f1f438e6a0e4bba79b0431d..f170c1a4d586e5929cec84a2fcea2ade4045b015 100644 (file)
@@ -26,7 +26,7 @@ import Alert from 'bootstrap/js/dist/alert';
 ...
 {{< /highlight >}}
 
-Bootstrap dependends on [Popper](https://popper.js.org/), which is speicified in the `peerDependencies` property.
+Bootstrap depends on [Popper](https://popper.js.org/), which is specified in the `peerDependencies` property.
 This means that you will have to make sure to add both of them to your `package.json` using `npm install popper.js`.
 
 ## Importing Styles
index 5c199871ecefd9c79d4fb4df0d50ccf36261ed33..948dfe0610a1adc3b4810221157d64523b8645d0 100644 (file)
@@ -445,7 +445,7 @@ Responsive variations also exist for `order`.
 {{< /flex.inline >}}
 {{< /markdown >}}
 
-Additionaly there are also responsive `.order-first` and `.order-last` classes that change the `order` of an element by applying `order: -1` and `order: 6`, respectively.
+Additionally there are also responsive `.order-first` and `.order-last` classes that change the `order` of an element by applying `order: -1` and `order: 6`, respectively.
 
 {{< markdown >}}
 {{< flex.inline >}}