From: Jonathan Berger Date: Thu, 17 Aug 2017 16:01:51 +0000 (+0200) Subject: Fix error in Alerts component doc (#23522) X-Git-Tag: v4.0.0-beta.2~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77f515a2228a11ae5815a76b7f3ba3b3bd17f1e;p=thirdparty%2Fbootstrap.git Fix error in Alerts component doc (#23522) --- diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md index d3eb8bd184..90c146362e 100644 --- a/docs/4.0/components/alerts.md +++ b/docs/4.0/components/alerts.md @@ -8,7 +8,7 @@ toc: true ## Examples -Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the four **required** contextual classes (e.g., `.alert-success`). For inline dismissal, use the [alerts jQuery plugin](#dismissing). +Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight **required** contextual classes (e.g., `.alert-success`). For inline dismissal, use the [alerts jQuery plugin](#dismissing). {% example html %} {% for color in site.data.theme-colors %}