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
path: root/site
diff options
context:
space:
mode:
authorKitten King <53072918+kittenking@users.noreply.github.com>2019-07-20 12:53:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-31 11:37:39 +0300
commitb66abdf3b10fe136bf39611883902de28c15613a (patch)
treec53f35f5f8af9102699956fbed84ea0e7152a83a /site
parent1bee3c03cf6e5524e3567a28a05aad5a3cfc33b0 (diff)
Fix Typos across Bootstrap repository (#29082)
Diffstat (limited to 'site')
-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