Commit b8844f63 authored by Chris Rebert's avatar Chris Rebert
Browse files

fix "propertes" typos in comments

parent cde30933
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
display: none; display: none;
max-width: @popover-max-width; max-width: @popover-max-width;
padding: 1px; 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-family: @font-family-base;
font-size: @font-size-base; font-size: @font-size-base;
font-weight: normal; font-weight: normal;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
z-index: @zindex-tooltip; z-index: @zindex-tooltip;
display: block; display: block;
visibility: visible; 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-family: @font-family-base;
font-size: @font-size-small; font-size: @font-size-small;
font-weight: normal; font-weight: normal;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment