aboutsummaryrefslogtreecommitdiff
path: root/docs/components/alerts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/alerts.md')
-rw-r--r--docs/components/alerts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/alerts.md b/docs/components/alerts.md
index ff25de763..f11f8fbfa 100644
--- a/docs/components/alerts.md
+++ b/docs/components/alerts.md
@@ -33,7 +33,7 @@ Build on any alert by adding an optional `.alert-dismissible` and [close button]
{% example html %}
<div class="alert alert-warning alert-dismissible" role="alert">
- <button type="button" class="close" data-dismiss="alert">
+ <button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
<span class="sr-only">Close</span>
</button>