From 6efa49dbf4a24031ed3464072b117f5decdcd1a6 Mon Sep 17 00:00:00 2001 From: Simon Morgan Date: Tue, 15 Nov 2016 11:38:37 +0000 Subject: [PATCH] Make "css" uppercase --- .../01-front-end-development-certification/html5-and-css.json | 4 ++-- .../01-front-end-development-certification/jquery.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 3670e9b3e6..0c74ff2772 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -4466,7 +4466,7 @@ "Leave the blue-text and pink-text classes on your h1 element.", "Create a CSS declaration for your orange-text id in your style element. Here's an example of what this looks like:", "
#brown-text {
  color: brown;
}
", - "Note: It doesn't matter whether you declare this css above or below pink-text class, since id attribute will always take precedence." + "Note: It doesn't matter whether you declare this CSS above or below pink-text class, since id attribute will always take precedence." ], "challengeSeed": [ "