diff options
| author | Martijn Cuppens <[email protected]> | 2020-11-09 21:04:31 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-06 18:42:40 +0200 |
| commit | 861227887e5f1a19aca490da907b268b5ddee7c9 (patch) | |
| tree | f925baf1b51a079c701dc8f09e283e0932e4b5e6 | |
| parent | 87e56de066183d06b182e747216878567b46d004 (diff) | |
| download | bootstrap-861227887e5f1a19aca490da907b268b5ddee7c9.tar.xz bootstrap-861227887e5f1a19aca490da907b268b5ddee7c9.zip | |
Change button copy to make the example clearer
| -rw-r--r-- | site/content/docs/5.0/components/dropdowns.md | 2 |
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> |
