diff options
| author | XhmikosR <[email protected]> | 2020-11-21 16:22:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-21 16:22:08 +0200 |
| commit | f4457bca0274cbe02422434294e3c6a006da7750 (patch) | |
| tree | 33d4d96a0a57a149870688e57be14c13abcae734 /site/content/docs/5.0/getting-started/javascript.md | |
| parent | 358c36d4b59b2beb2ad23244fc44c2464471b680 (diff) | |
| download | bootstrap-f4457bca0274cbe02422434294e3c6a006da7750.tar.xz bootstrap-f4457bca0274cbe02422434294e3c6a006da7750.zip | |
Be consistent with Popper's name. (#32224)
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
Diffstat (limited to 'site/content/docs/5.0/getting-started/javascript.md')
| -rw-r--r-- | site/content/docs/5.0/getting-started/javascript.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/getting-started/javascript.md b/site/content/docs/5.0/getting-started/javascript.md index 2235ec67e..742ecb161 100644 --- a/site/content/docs/5.0/getting-started/javascript.md +++ b/site/content/docs/5.0/getting-started/javascript.md @@ -28,14 +28,14 @@ We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootst {{< callout warning >}} ## Incompatible plugins -Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper.js. For more information about the issue see [here](https://v8.dev/features/modules#specifiers). +Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper. For more information about the issue see [here](https://v8.dev/features/modules#specifiers). {{< /callout >}} ## Dependencies Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. -Our dropdowns, popovers and tooltips also depend on [Popper.js](https://popper.js.org/). +Our dropdowns, popovers and tooltips also depend on [Popper](https://popper.js.org/). ## Still want to use jQuery? It's possible! |
