]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in comment on line 178 5682/head
authorBryan Noll <fourhexagons@gmail.com>
Mon, 25 Aug 2014 22:32:41 +0000 (18:32 -0400)
committerBryan Noll <fourhexagons@gmail.com>
Mon, 25 Aug 2014 22:32:41 +0000 (18:32 -0400)
scss/foundation/components/_buttons.scss

index 96ac0588674fe43a90b6da71d4934621912bf5de..a3cf37c57547fbe374306b5ada741abf3b8ab06f 100755 (executable)
@@ -175,7 +175,7 @@ $button-disabled-cursor: $cursor-default-value !default;
     &:focus { background-color: $bg; }
   }
 
-  // We can control how much button radius us used.
+  // We can control how much button radius is used.
   @if $radius == true { @include radius($button-radius); }
   @else if $radius { @include radius($radius); }