aboutsummaryrefslogtreecommitdiff
path: root/docs/components/button-group.md
diff options
context:
space:
mode:
authorPierre Vanduynslager <[email protected]>2017-04-09 18:16:37 -0400
committerGitHub <[email protected]>2017-04-09 18:16:37 -0400
commitd3fbebefcd8a0931f51341c8fe59a075578753c8 (patch)
tree67683e5fb0fb91d5213bb57286f9b3bdcd8b8e45 /docs/components/button-group.md
parentfe72daf2b34263d3cfc9bc77e9998cd22adfa34d (diff)
parent278ddd0acd9700917791af0b67d44bc21ed17498 (diff)
downloadbootstrap-d3fbebefcd8a0931f51341c8fe59a075578753c8.tar.xz
bootstrap-d3fbebefcd8a0931f51341c8fe59a075578753c8.zip
Merge branch 'v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/components/button-group.md')
-rw-r--r--docs/components/button-group.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/button-group.md b/docs/components/button-group.md
index 59a18e262..5c21e51f7 100644
--- a/docs/components/button-group.md
+++ b/docs/components/button-group.md
@@ -59,7 +59,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
</div>
<div class="input-group">
<span class="input-group-addon" id="btnGroupAddon">@</span>
- <input type="text" class="form-control" placeholder="Input group example" aria-describedby="btnGroupAddon">
+ <input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon">
</div>
</div>
@@ -72,7 +72,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
</div>
<div class="input-group">
<span class="input-group-addon" id="btnGroupAddon2">@</span>
- <input type="text" class="form-control" placeholder="Input group example" aria-describedby="btnGroupAddon2">
+ <input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon2">
</div>
</div>
{% endexample %}