]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change button copy to make the example clearer
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Mon, 9 Nov 2020 20:04:31 +0000 (21:04 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 6 Dec 2020 16:42:40 +0000 (18:42 +0200)
site/content/docs/5.0/components/dropdowns.md

index 891c9a01b8547e51ce50c29ba284ab462e12d2cb..e4c44bead180411c2623f9bbfc77c01d98443aa8 100644 (file)
@@ -644,7 +644,7 @@ By default, a dropdown menu is automatically positioned 100% from the top and al
 {{< example >}}
 <div class="btn-group">
   <button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
-    Right-aligned menu
+    Right-aligned menu example
   </button>
   <ul class="dropdown-menu dropdown-menu-end">
     <li><button class="dropdown-item" type="button">Action</button></li>