From: Chris Rebert Date: Sat, 20 Dec 2014 02:19:18 +0000 (-0800) Subject: fix "propertes" typos in comments X-Git-Tag: v3.3.2~5^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8844f639fcddb2ef70758ad4b0dcf89f9792d73;p=thirdparty%2Fbootstrap.git fix "propertes" typos in comments --- diff --git a/less/popovers.less b/less/popovers.less index 53ee0ecd76..2748eead13 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 9c2a37fd43..3ebfdcdff2 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;