Unverified Commit dd5ad8fb authored by Justin's avatar Justin Committed by GitHub
Browse files

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

:tada:

 Yay! I helped!

Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
parent 6105ebfe
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment