]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix minor typo in _alert-boxes.scss 5080/head
authorJohn Bacon <jpbacon@gmail.com>
Tue, 29 Apr 2014 16:03:49 +0000 (12:03 -0400)
committerJohn Bacon <jpbacon@gmail.com>
Tue, 29 Apr 2014 16:03:49 +0000 (12:03 -0400)
scss/foundation/components/_alert-boxes.scss

index 5803fda531391cca0c2ba56c1bcc3af83be10f34..41e45c360cdb56d4f11492ab8981985f561c6564 100644 (file)
@@ -67,7 +67,7 @@ $alert-transition-ease: ease-out !default;
 // $bg - The background of the alert. Default: $primary-color.
 @mixin alert-style($bg:$primary-color) {
 
-  // This find the lightness percentage of the background color.
+  // This finds the lightness percentage of the background color.
   $bg-lightness: lightness($bg);
 
   // We control which background color and border come through.