aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2020-11-09 21:04:31 +0100
committerXhmikosR <[email protected]>2020-12-06 18:42:40 +0200
commit861227887e5f1a19aca490da907b268b5ddee7c9 (patch)
treef925baf1b51a079c701dc8f09e283e0932e4b5e6
parent87e56de066183d06b182e747216878567b46d004 (diff)
downloadbootstrap-861227887e5f1a19aca490da907b268b5ddee7c9.tar.xz
bootstrap-861227887e5f1a19aca490da907b268b5ddee7c9.zip
Change button copy to make the example clearer
-rw-r--r--site/content/docs/5.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md
index 891c9a01b..e4c44bead 100644
--- a/site/content/docs/5.0/components/dropdowns.md
+++ b/site/content/docs/5.0/components/dropdowns.md
@@ -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>