aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-26 16:43:56 +0300
committerXhmikosR <[email protected]>2017-09-26 17:04:45 +0300
commit92d3536306d2de9b5e3a0ddb31f2a61e524b1e19 (patch)
treef235f9219ff3307e9d27f5cd0fa5d59bc565cbfa /docs
parent7e6374db92ea11c9d9bb6dcfd693ca6b8ffd3276 (diff)
downloadbootstrap-92d3536306d2de9b5e3a0ddb31f2a61e524b1e19.tar.xz
bootstrap-92d3536306d2de9b5e3a0ddb31f2a61e524b1e19.zip
Mention that dropdowns depend on popper.js too.
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md
index 9e080dc32..648132255 100644
--- a/docs/4.0/getting-started/javascript.md
+++ b/docs/4.0/getting-started/javascript.md
@@ -14,7 +14,7 @@ Plugins can be included individually (using Bootstrap's individual `*.js` files)
Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that **all plugins depend on jQuery** (this means jQuery must be included **before** the plugin files). [Consult our `package.json`]({{ site.repo }}/blob/v{{ site.current_version }}/package.json) to see which versions of jQuery are supported.
-Our tooltips and popovers also depend on [Popper.js](https://popper.js.org/).
+Our dropdowns, popovers and tooltips also depend on [Popper.js](https://popper.js.org/).
## Data attributes