]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed button text (#35656)
authorArslan Kalwar <akkspros@gmail.com>
Wed, 5 Jan 2022 17:44:22 +0000 (22:44 +0500)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 17:44:22 +0000 (19:44 +0200)
Added button missing text

site/content/docs/5.1/components/list-group.md

index af0237a07761cfef3d4847bcddf6e5dee1ee21b4..724210f99df701c01b09cbba84ea2ee1c52ab80e 100644 (file)
@@ -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>