mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Fix Typos across Bootstrap repository (#29082)
This commit is contained in:
@@ -757,7 +757,7 @@ $(function () {
|
|||||||
$trigger3.trigger('click')
|
$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)
|
assert.expect(9)
|
||||||
var done = assert.async()
|
var done = assert.async()
|
||||||
|
|
||||||
|
@@ -26,8 +26,8 @@ import 'bootstrap/js/dist/alert';
|
|||||||
...
|
...
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
|
Bootstrap depends 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
|
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`.
|
to your `package.json` using `npm install --save jquery popper.js`.
|
||||||
|
|
||||||
## Importing Styles
|
## Importing Styles
|
||||||
|
Reference in New Issue
Block a user