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

index e7fb8893edae7be4dafd05078275a947ea3f0224..73bf6b35f704668bcda5e99025ce1a40cbb1fa7b 100644 (file)
@@ -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()
 
index ad4fa2f3abbd4ef3bc5f1d50b6f68d7ad82237db..0cde33d7a151b4b84bb3a812973bffa07c09bf61 100644 (file)
@@ -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