diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index 0325880343..fd393264d3 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -677,7 +677,7 @@
"description":[
"",
"A very important data type in javascript is the Object
",
- " Objects
a similar to arrays
except that instead of using indexes to access and modify their data, Objects have what are called properties
",
+ " Objects
are similar to arrays
except that instead of using indexes to access and modify their data, Objects have what are called properties
",
"Here's a sample Object",
"",
"var cat = {",