diff options
| author | Jonathan Berger <[email protected]> | 2017-08-17 18:01:51 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-17 19:01:51 +0300 |
| commit | a77f515a2228a11ae5815a76b7f3ba3b3bd17f1e (patch) | |
| tree | 87d9ff9e0d36cf75fcb7096633d18c985ee9fa1a /docs | |
| parent | 27637cf3bd6ffb80986a0894c70508ea1130cbc1 (diff) | |
| download | bootstrap-a77f515a2228a11ae5815a76b7f3ba3b3bd17f1e.tar.xz bootstrap-a77f515a2228a11ae5815a76b7f3ba3b3bd17f1e.zip | |
Fix error in Alerts component doc (#23522)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/alerts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md index d3eb8bd18..90c146362 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 %} |
