Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.3/getting-started/webpack.md')
-rw-r--r--site/docs/4.3/getting-started/webpack.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.3/getting-started/webpack.md b/site/docs/4.3/getting-started/webpack.md
index ad4fa2f3ab..0cde33d7a1 100644
--- a/site/docs/4.3/getting-started/webpack.md
+++ b/site/docs/4.3/getting-started/webpack.md
@@ -26,8 +26,8 @@ import 'bootstrap/js/dist/alert';
...
{% endhighlight %}
-Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
-these are defined as `peerDependencies`, this means that you will have to make sure to add both of them
+Bootstrap depends on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
+which are 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 --save jquery popper.js`.
## Importing Styles