From f5b1bad1af7d087b45a540f1769bd2f5e75a7764 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 10 Sep 2014 14:44:15 -0400 Subject: [PATCH] Minor typo in comments. Minor, but it bugged me. --- scss/foundation/components/_reveal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_reveal.scss b/scss/foundation/components/_reveal.scss index db41defcb..8107b1990 100644 --- a/scss/foundation/components/_reveal.scss +++ b/scss/foundation/components/_reveal.scss @@ -209,7 +209,7 @@ $close-reveal-modal-class: "close-reveal-modal" !default; } } - // Reveal Print Styles: It should be invislbe, adds no value being printed. + // Reveal Print Styles: It should be invisible, adds no value being printed. @media print { dialog, .#{$reveal-modal-class} { display: none; -- 2.47.2