diff --git a/src/progressbar/docs/readme.md b/src/progressbar/docs/readme.md index cc13bf0372..08cfb03876 100644 --- a/src/progressbar/docs/readme.md +++ b/src/progressbar/docs/readme.md @@ -11,7 +11,7 @@ It supports multiple (stacked) `` into the same `` elemen * `type` _(Default: `null`)_ - - Bootstrap style type. Possible values are 'success', 'info', 'warning', and, 'error' to use Bootstrap's pre-existing styling, or any desired custom suffix. + Bootstrap style type. Possible values are 'success', 'info', 'warning', and, 'danger' to use Bootstrap's pre-existing styling, or any desired custom suffix. * `max` $