2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fix Typos across Bootstrap repository (#29082)

This commit is contained in:
Kitten King
2019-07-20 15:23:02 +05:30
committed by XhmikosR
parent f6694b7440
commit 37703a6fc9
3 changed files with 3 additions and 3 deletions
@@ -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