From cd7f252bdbf81b7a885099e72ab6766dc4783b72 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 14 Feb 2018 01:06:36 +0000 Subject: [PATCH] Reword alert and list group text to avoid "a/an" problems Closes https://github.com/twbs/bootstrap/issues/25611 --- docs/4.0/components/alerts.md | 4 ++-- docs/4.0/components/list-group.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}