From 98b9ff6b7ad3f3d37670f748363736fe4e91fafd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 17 Jan 2016 20:33:25 -0800 Subject: [PATCH] variables.less: Fix typo in comment for @caret-width-base Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip] --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index b057ef5bf9..03b54980ae 100644 --- a/less/variables.less +++ b/less/variables.less @@ -111,7 +111,7 @@ //** Global background color for active items (e.g., navs or dropdowns). @component-active-bg: @brand-primary; -//** Width of the `border` for generating carets that indicator dropdowns. +//** Width of the `border` for generating carets that indicate dropdowns. @caret-width-base: 4px; //** Carets increase slightly in size for larger components. @caret-width-large: 5px; -- 2.47.2