From 7d2546335c6a3967cfd5854175f913c468dbcbe1 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 4 Jun 2015 23:52:04 -0700 Subject: [PATCH] fix typo in basic javascript challenges --- seed_data/challenges/basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/basic-javascript.json b/seed_data/challenges/basic-javascript.json index a5c09a780b..4ab91aa847 100644 --- a/seed_data/challenges/basic-javascript.json +++ b/seed_data/challenges/basic-javascript.json @@ -57,7 +57,7 @@ "challengeSeed": "114614220", "description": [ "Let's learn more about the loops that make virtually all programs possible - the \"For Loop\" and \"While Loop\". First, we'll learn the For Loop.", - "Go to http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1web and complete both the both For and While loop section.", + "Go to http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1web and complete the section.", "Be sure to also complete this section: http://www.codecademy.com/courses/javascript-beginner-en-XEDZA/0/1." ], "challengeType": 2, @@ -252,4 +252,4 @@ "descriptionPt": [] } ] -} \ No newline at end of file +}