From 20462582f4f699d22cd66599d839468f34a99d28 Mon Sep 17 00:00:00 2001 From: Natac13 Date: Sat, 29 Aug 2015 18:30:16 -0400 Subject: [PATCH] fixed minor typo where there was a 's' left when the sentence was changed. Issue #2853 --- seed/challenges/basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":[