Skip to content

Commit a77f515

Browse files
Jonathan BergerXhmikosR
Jonathan Berger
authored andcommitted
Fix error in Alerts component doc (twbs#23522)
1 parent 27637cf commit a77f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/components/alerts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99
## Examples
1010

11-
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).
11+
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).
1212

1313
{% example html %}
1414
{% for color in site.data.theme-colors %}

0 commit comments

Comments
 (0)