]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
webpack.md: Replace "both of them" with "it" (#31794)
authorJustin <justin@tinylan.com>
Wed, 30 Sep 2020 05:57:28 +0000 (01:57 -0400)
committerGitHub <noreply@github.com>
Wed, 30 Sep 2020 05:57:28 +0000 (08:57 +0300)
:tada: Yay! I helped!

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/getting-started/webpack.md

index 89870a684bf1a7faa6d6212e25fb8c5bf36c5691..76852c159e855caa9d3456ef818505e2ce40c1eb 100644 (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