fix "propertes" typos in comments

This commit is contained in:
Chris Rebert 2014-12-19 18:19:18 -08:00
parent cde3093351
commit b8844f639f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;