0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

webpack.md: Replace "both of them" with "it" (#31794)

🎉 Yay! I helped!

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Justin 2020-09-30 01:57:28 -04:00 committed by GitHub
parent 6105ebfe8d
commit dd5ad8fb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ import Alert from 'bootstrap/js/dist/alert';
{{< /highlight >}}
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`.
This means that you will have to make sure to add it to your `package.json` using `npm install popper.js`.
## Importing Styles