aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/popovers.less2
-rw-r--r--less/tooltip.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/popovers.less b/less/popovers.less
index 53ee0ecd7..2748eead1 100644
--- a/less/popovers.less
+++ b/less/popovers.less
@@ -11,7 +11,7 @@
display: none;
max-width: @popover-max-width;
padding: 1px;
- // Reset font and text propertes given new insertion method
+ // Reset font and text properties given new insertion method
font-family: @font-family-base;
font-size: @font-size-base;
font-weight: normal;
diff --git a/less/tooltip.less b/less/tooltip.less
index 9c2a37fd4..3ebfdcdff 100644
--- a/less/tooltip.less
+++ b/less/tooltip.less
@@ -9,7 +9,7 @@
z-index: @zindex-tooltip;
display: block;
visibility: visible;
- // Reset font and text propertes given new insertion method
+ // Reset font and text properties given new insertion method
font-family: @font-family-base;
font-size: @font-size-small;
font-weight: normal;