Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslan Kalwar <akkspros@gmail.com>2022-01-05 20:44:22 +0300
committerGitHub <noreply@github.com>2022-01-05 20:44:22 +0300
commite8f4cba9a05fc06fc6f7f11883b9c82e2027bff0 (patch)
tree3d75f79db8696eed31f084aef934ef24bdbb9f95 /site/content/docs
parent0dbec67514b09b8a537c2d1c249dad201a3daa00 (diff)
fixed button text (#35656)
Added button missing text
Diffstat (limited to 'site/content/docs')
-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 af0237a077..724210f99d 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>