From 015569a138e2de222e7d0d7abbf1b4d91364e9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=BE=20=D0=91=D1=83=D0=B4?= =?UTF-8?q?=D0=BD=D0=B8=D0=BA?= Date: Thu, 27 Mar 2014 11:54:39 +0200 Subject: [PATCH] fix doc typo one can find correct name of variable just few lines below the typo --- less/mixins/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/mixins/forms.less b/less/mixins/forms.less index 3c260f52d3..e36c4a8cf6 100644 --- a/less/mixins/forms.less +++ b/less/mixins/forms.less @@ -39,7 +39,7 @@ // Form control focus state // // Generate a customized focus state and for any input with the specified color, -// which defaults to the `@input-focus-border` variable. +// which defaults to the `@input-border-focus` variable. // // We highly encourage you to not customize the default value, but instead use // this to tweak colors on an as-needed basis. This aesthetic change is based on