]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix tooltip generated markup documentation (#38902)
authorJulien Déramond <juderamond@gmail.com>
Sat, 15 Jul 2023 05:45:35 +0000 (07:45 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2023 05:45:35 +0000 (07:45 +0200)
site/content/docs/5.3/components/tooltips.md

index ee98dd0583149a5b4351e41f399fe424bb42a467..91adacc7f12113346f7d89abeaa122fdc9b48be7 100644 (file)
@@ -165,7 +165,7 @@ The required markup for a tooltip is only a `data` attribute and `title` on the
 <a href="#" data-bs-toggle="tooltip" data-bs-title="Some tooltip text!">Hover over me</a>
 
 <!-- Generated markup by the plugin -->
-<div class="tooltip bs-tooltip-top" role="tooltip">
+<div class="tooltip bs-tooltip-auto" role="tooltip">
   <div class="tooltip-arrow"></div>
   <div class="tooltip-inner">
     Some tooltip text!