aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitten King <[email protected]>2019-07-20 15:23:02 +0530
committerXhmikosR <[email protected]>2019-07-20 12:53:02 +0300
commit37703a6fc974df44470b7a3e8baf76d141c9f062 (patch)
tree9de07a77d70e5303094d6a609d112182fcc838ed
parentf6694b74405261ed454d409ea5251f08cdf6c51c (diff)
downloadbootstrap-37703a6fc974df44470b7a3e8baf76d141c9f062.tar.xz
bootstrap-37703a6fc974df44470b7a3e8baf76d141c9f062.zip
Fix Typos across Bootstrap repository (#29082)
-rw-r--r--js/tests/unit/collapse.js2
-rw-r--r--site/content/docs/4.3/getting-started/webpack.md2
-rw-r--r--site/content/docs/4.3/utilities/flex.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/unit/collapse.js b/js/tests/unit/collapse.js
index a051d4f5c..d0b465551 100644
--- a/js/tests/unit/collapse.js
+++ b/js/tests/unit/collapse.js
@@ -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()
diff --git a/site/content/docs/4.3/getting-started/webpack.md b/site/content/docs/4.3/getting-started/webpack.md
index 6a8963ad1..f170c1a4d 100644
--- a/site/content/docs/4.3/getting-started/webpack.md
+++ b/site/content/docs/4.3/getting-started/webpack.md
@@ -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
diff --git a/site/content/docs/4.3/utilities/flex.md b/site/content/docs/4.3/utilities/flex.md
index 5c199871e..948dfe061 100644
--- a/site/content/docs/4.3/utilities/flex.md
+++ b/site/content/docs/4.3/utilities/flex.md
@@ -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 >}}