From 64a01f01cb470a8c69e918c3086a03af700ebbba Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 17:01:46 -0600 Subject: [PATCH] Spelling in comment --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index 9124876100..97fbad4cca 100644 --- a/less/forms.less +++ b/less/forms.less @@ -425,7 +425,7 @@ input[type="color"] { } } -// Only right aline form labels here when the columns stop stacking +// Only right align form labels here when the columns stop stacking @media (min-width: 768px) { .form-horizontal .control-label { text-align: right;