]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Doc: mention Popper instead of Popper.js
authorJulien Déramond <julien.deramond@orange.com>
Mon, 25 Apr 2022 06:14:36 +0000 (08:14 +0200)
committerMark Otto <otto@github.com>
Fri, 29 Apr 2022 01:37:01 +0000 (18:37 -0700)
site/content/docs/5.1/migration.md
site/data/plugins.yml

index 99471fda7c6500473568f611342261ecc6d93d73..d7fad95a6b6f2c7b41db7cb938cf5e2f95237b1e 100644 (file)
@@ -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/)
 
index 22cec9877b41852784ab500f90d5537dacbfc88d..98ba5f2becd43e278d7752ce21b382890de6be10 100644 (file)
@@ -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/