]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
variables.less: Fix typo in comment for @caret-width-base
authorChris Rebert <github@chrisrebert.com>
Mon, 18 Jan 2016 04:33:25 +0000 (20:33 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 18 Jan 2016 04:33:25 +0000 (20:33 -0800)
Closes https://github.com/twbs/bootstrap-sass/pull/1005
[ci skip]

less/variables.less

index b057ef5bf907b8373a9308553c1924f8a3668881..03b54980ae2ab00a8c6180dd709deb361697adec 100644 (file)
 //** 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;