aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslan Kalwar <[email protected]>2022-01-05 22:44:22 +0500
committerGitHub <[email protected]>2022-01-05 19:44:22 +0200
commite8f4cba9a05fc06fc6f7f11883b9c82e2027bff0 (patch)
tree3d75f79db8696eed31f084aef934ef24bdbb9f95
parent0dbec67514b09b8a537c2d1c249dad201a3daa00 (diff)
downloadbootstrap-e8f4cba9a05fc06fc6f7f11883b9c82e2027bff0.tar.xz
bootstrap-e8f4cba9a05fc06fc6f7f11883b9c82e2027bff0.zip
fixed button text (#35656)
Added button missing text
-rw-r--r--site/content/docs/5.1/components/list-group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/list-group.md b/site/content/docs/5.1/components/list-group.md
index af0237a07..724210f99 100644
--- a/site/content/docs/5.1/components/list-group.md
+++ b/site/content/docs/5.1/components/list-group.md
@@ -73,7 +73,7 @@ With `<button>`s, you can also make use of the `disabled` attribute instead of t
<button type="button" class="list-group-item list-group-item-action active" aria-current="true">
The current button
</button>
- <button type="button" class="list-group-item list-group-item-action">A second item</button>
+ <button type="button" class="list-group-item list-group-item-action">A second button item</button>
<button type="button" class="list-group-item list-group-item-action">A third button item</button>
<button type="button" class="list-group-item list-group-item-action">A fourth button item</button>
<button type="button" class="list-group-item list-group-item-action" disabled>A disabled button item</button>