aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/alerts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4.0/components/alerts.md')
-rw-r--r--docs/4.0/components/alerts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md
index 4ad1d0dea..20543f06f 100644
--- a/docs/4.0/components/alerts.md
+++ b/docs/4.0/components/alerts.md
@@ -13,7 +13,7 @@ Alerts are available for any length of text, as well as an optional dismiss butt
{% example html %}
{% for color in site.data.theme-colors %}
<div class="alert alert-{{ color.name }}" role="alert">
- This is a {{ color.name }} alert—check it out!
+ A simple {{ color.name }} alert—check it out!
</div>{% endfor %}
{% endexample %}
@@ -27,7 +27,7 @@ Use the `.alert-link` utility class to quickly provide matching colored links wi
{% example html %}
{% for color in site.data.theme-colors %}
<div class="alert alert-{{ color.name }}" role="alert">
- This is a {{ color.name }} alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
+ A simple {{ color.name }} alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>{% endfor %}
{% endexample %}