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