From a77f515a2228a11ae5815a76b7f3ba3b3bd17f1e Mon Sep 17 00:00:00 2001 From: Jonathan Berger Date: Thu, 17 Aug 2017 18:01:51 +0200 Subject: [PATCH] Fix error in Alerts component doc (#23522) --- docs/4.0/components/alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.47.2