diff --git a/src/django_bootstrap5/components.py b/src/django_bootstrap5/components.py index 6939056e..38af411e 100644 --- a/src/django_bootstrap5/components.py +++ b/src/django_bootstrap5/components.py @@ -5,7 +5,7 @@ from .css import merge_css_classes from .html import render_tag -ALERT_TYPES = ["primary", "secondary", "succes", "danger", "warning", "info", "light", "dark"] +ALERT_TYPES = ["primary", "secondary", "success", "danger", "warning", "info", "light", "dark"] def render_alert(content, alert_type="info", dismissible=True, extra_classes=""):