Skip to content

Commit

Permalink
webpack.md: Replace "both of them" with "it" (#31794)
Browse files Browse the repository at this point in the history
🎉 Yay! I helped!

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
j4nr6n and XhmikosR committed Sep 30, 2020
1 parent 6105ebf commit dd5ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/getting-started/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd5ad8f

Please sign in to comment.