aboutsummaryrefslogtreecommitdiff
path: root/docs/components/button-group.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-04-16 14:03:25 -0700
committerMark Otto <[email protected]>2017-04-16 14:03:25 -0700
commit570efe1df6620c9bd6e70cf0bd8d87e42ac6e892 (patch)
treee4a0600341e579a45d4e2fe550362656d503490d /docs/components/button-group.md
parent0cb2576bf25220d35a5f4e1d33c16c2e6f3abaee (diff)
parentea1d69c64be168bb644ae9fc4450a5c85b51609b (diff)
downloadbootstrap-570efe1df6620c9bd6e70cf0bd8d87e42ac6e892.tar.xz
bootstrap-570efe1df6620c9bd6e70cf0bd8d87e42ac6e892.zip
Merge branch 'v4-dev' into form-tweaks
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 %}