From 10cbd8f3ecc0b340f9868ddc2aa8841b36c06653 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 2 Jun 2015 19:48:59 -0700 Subject: [PATCH] fix wording on HTML challenge --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 2a9f60409f..bd214b8b36 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -557,7 +557,7 @@ "description": [ "Apply the font-family of \"Lobster\" to your h2 element.", "First, you'll need to make a \"call\" to Google to grab the \"Lobster\" font and load it into your HTML.", - "Copy the following code snippet and paste it into your code editor above your style element:", + "Copy the following code snippet and paste it into your code editor:", "<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>.", "Now you can set \"Lobster\" as a font-family attribute on your h2 element." ],