From 0845e3999b1c5e28f7d3015073e0999565aa551b Mon Sep 17 00:00:00 2001 From: Thomas GUITTONNEAU Date: Wed, 30 Dec 2015 11:42:09 +0100 Subject: Fix error comment --- sass/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/buttons.scss b/sass/buttons.scss index 7abec8a..3338eaa 100644 --- a/sass/buttons.scss +++ b/sass/buttons.scss @@ -22,7 +22,7 @@ // Active & filled button styles &:active, &.active { - color: inherit; // Overriding the gloabl style for all anchors. + color: inherit; // Overriding the global style for all anchors. background-color: #ccc; } -- cgit v1.2.3