mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix Typos across Bootstrap repository (#29082)
This commit is contained in:
parent
f6694b7440
commit
37703a6fc9
@ -767,7 +767,7 @@ $(function () {
|
||||
$trigger3[0].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()
|
||||
|
||||
|
@ -26,7 +26,7 @@ import Alert from 'bootstrap/js/dist/alert';
|
||||
...
|
||||
{{< /highlight >}}
|
||||
|
||||
Bootstrap dependends on [Popper](https://popper.js.org/), which is speicified in the `peerDependencies` property.
|
||||
Bootstrap depends on [Popper](https://popper.js.org/), which is 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 popper.js`.
|
||||
|
||||
## Importing Styles
|
||||
|
@ -445,7 +445,7 @@ Responsive variations also exist for `order`.
|
||||
{{< /flex.inline >}}
|
||||
{{< /markdown >}}
|
||||
|
||||
Additionaly there are also responsive `.order-first` and `.order-last` classes that change the `order` of an element by applying `order: -1` and `order: 6`, respectively.
|
||||
Additionally there are also responsive `.order-first` and `.order-last` classes that change the `order` of an element by applying `order: -1` and `order: 6`, respectively.
|
||||
|
||||
{{< markdown >}}
|
||||
{{< flex.inline >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user