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."
],