diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md
index 4ad1d0dea5..20543f06f0 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 %}
- This is a {{ color.name }} alert—check it out!
+ A simple {{ color.name }} alert—check it out!
{% 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 %}
- This is a {{ color.name }} alert with
an example link. Give it a click if you like.
+ A simple {{ color.name }} alert with
an example link. Give it a click if you like.
{% endfor %}
{% endexample %}
diff --git a/docs/4.0/components/list-group.md b/docs/4.0/components/list-group.md
index 1110eadd6b..67bd75b3bc 100644
--- a/docs/4.0/components/list-group.md
+++ b/docs/4.0/components/list-group.md
@@ -103,7 +103,7 @@ Use contextual classes to style list items with a stateful background and color.
Dapibus ac facilisis in
{% for color in site.data.theme-colors %}
- This is a {{ color.name }} list group item{% endfor %}
+ A simple {{ color.name }} list group item{% endfor %}
{% endexample %}
@@ -114,7 +114,7 @@ Contextual classes also work with `.list-group-item-action`. Note the addition o
Dapibus ac facilisis in
{% for color in site.data.theme-colors %}
- This is a {{ color.name }} list group item{% endfor %}
+ A simple {{ color.name }} list group item{% endfor %}
{% endexample %}