diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index fb2d2736da..731ac60ec1 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -718,7 +718,7 @@ " \"enemies\": [\"Water\", \"Dogs\"]", "};", "", - "Objects are useful for storing data in a structured way, and can represents real world objects, like a cat.", + "Objects are useful for storing data in a structured way, and can represent real world objects, like a cat.", "Let's try to make an Object that represents a dog called myDog which contains the properties 'name' (String), 'legs' (Number), 'tails' (Number) and 'friends' (Array)!" ], "tests":[