aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-17 20:33:25 -0800
committerChris Rebert <[email protected]>2016-01-17 20:33:25 -0800
commit98b9ff6b7ad3f3d37670f748363736fe4e91fafd (patch)
treed366d83c0e543f582fe4f8c71da7cdfed296c87f
parent880a3c1a86d6c936624a745954a69febb9e9c354 (diff)
downloadbootstrap-98b9ff6b7ad3f3d37670f748363736fe4e91fafd.tar.xz
bootstrap-98b9ff6b7ad3f3d37670f748363736fe4e91fafd.zip
variables.less: Fix typo in comment for @caret-width-base
Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip]
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index b057ef5bf..03b54980a 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;