From b66abdf3b10fe136bf39611883902de28c15613a Mon Sep 17 00:00:00 2001 From: Kitten King <53072918+kittenking@users.noreply.github.com> Date: Sat, 20 Jul 2019 15:23:02 +0530 Subject: [PATCH] Fix Typos across Bootstrap repository (#29082) --- js/tests/unit/collapse.js | 2 +- site/docs/4.3/getting-started/webpack.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/tests/unit/collapse.js b/js/tests/unit/collapse.js index e7fb8893ed..73bf6b35f7 100644 --- a/js/tests/unit/collapse.js +++ b/js/tests/unit/collapse.js @@ -757,7 +757,7 @@ $(function () { $trigger3.trigger('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/docs/4.3/getting-started/webpack.md b/site/docs/4.3/getting-started/webpack.md index ad4fa2f3ab..0cde33d7a1 100644 --- a/site/docs/4.3/getting-started/webpack.md +++ b/site/docs/4.3/getting-started/webpack.md @@ -26,8 +26,8 @@ import 'bootstrap/js/dist/alert'; ... {% endhighlight %} -Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/), -these are defined as `peerDependencies`, this means that you will have to make sure to add both of them +Bootstrap depends on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/), +which are 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 --save jquery popper.js`. ## Importing Styles