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 %} {% 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 %} {% 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 %}