]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix error in Alerts component doc (#23522)
authorJonathan Berger <drskullster@gmail.com>
Thu, 17 Aug 2017 16:01:51 +0000 (18:01 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 17 Aug 2017 16:01:51 +0000 (19:01 +0300)
docs/4.0/components/alerts.md

index d3eb8bd18452753c570085a60665a68c6f1f2c0d..90c146362e36b5758c55bc29d0bd9bcf13b9ebf5 100644 (file)
@@ -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 %}