From: Kitten King <53072918+kittenking@users.noreply.github.com> Date: Sat, 20 Jul 2019 09:53:02 +0000 (+0530) Subject: Fix Typos across Bootstrap repository (#29082) X-Git-Tag: v4.4.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66abdf3b10fe136bf39611883902de28c15613a;p=thirdparty%2Fbootstrap.git Fix Typos across Bootstrap repository (#29082) --- 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