diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index 0325880343..146693deef 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -423,7 +423,7 @@
"description": [
"",
"In JavaScript we can store lists or collections of data in what are called arrays",
- "Arrays are distinguished by the [
and ]
around the data. Each piece of data is separated be a ,
",
+ "Arrays are distinguished by the [
and ]
around the data. Each piece of data is separated by a ,
",
"Now let's create a new array called myArray
with a string
and a number
with a ,
separating each one",
"Refer to the example if you get stuck",
""