diff --git a/less/alerts.less b/less/alerts.less
index c3afeb958acd..df070b8ab23f 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -33,11 +33,12 @@
}
}
-// Dismissable alerts
+// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.
-.alert-dismissable {
+.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
+.alert-dismissible {
padding-right: (@alert-padding + 20);
// Adjust close link position