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:
authorJulien Déramond <julien.deramond@orange.com>2022-04-25 09:14:36 +0300
committerMark Otto <otto@github.com>2022-04-29 04:37:01 +0300
commit3143824ea43cf15e42f8513ce65872b3a3f41d6f (patch)
treefe971d07873c87224f2e97b4c9e722ea74dd5da9
parenta2edb2afb89beac6f05b926e59d153aa0a0e6f22 (diff)
Doc: mention Popper instead of Popper.js
-rw-r--r--site/content/docs/5.1/migration.md2
-rw-r--r--site/data/plugins.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 99471fda7c..d7fad95a6b 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -110,7 +110,7 @@ For a complete list of changes, [see the v5.2.0 project on GitHub](https://githu
- **Added new snippet examples based to show how to customize our components. —** Pull ready to use customized components and other common design patterns with our new [Snippets examples]({{< docsref "/examples#snippets" >}}). Includes [footers]({{< docsref "/examples/footers/" >}}), [dropdowns]({{< docsref "/examples/dropdowns/" >}}), [list groups]({{< docsref "/examples/list-groups/" >}}), and [modals]({{< docsref "/examples/modals/" >}}).
-- **Removed unused positioning styles from popovers and tooltips** as these are handled solely by Popper.js. `$tooltip-margin` has been deprecated and set to `null` in the process.
+- **Removed unused positioning styles from popovers and tooltips** as these are handled solely by Popper. `$tooltip-margin` has been deprecated and set to `null` in the process.
Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.com/2021/08/04/bootstrap-5-1-0/)
diff --git a/site/data/plugins.yml b/site/data/plugins.yml
index 22cec9877b..98ba5f2bec 100644
--- a/site/data/plugins.yml
+++ b/site/data/plugins.yml
@@ -27,7 +27,7 @@
link: components/offcanvas/
- name: Popover
- description: Create custom overlays. Built on Popper.js.
+ description: Create custom overlays. Built on Popper.
link: components/popovers/
- name: Scrollspy
@@ -43,5 +43,5 @@
link: components/toasts/
- name: Tooltip
- description: Replace browser tooltips with custom ones. Built on Popper.js.
+ description: Replace browser tooltips with custom ones. Built on Popper.
link: components/tooltips/