From a6789b8511eca45f46e00393002b7231631a9c37 Mon Sep 17 00:00:00 2001 From: Gaurav Saxena Date: Tue, 6 Oct 2015 17:30:27 -0400 Subject: [PATCH] renamed -you- to -your- ; fixes #3607 - grammar bug --- seed/challenges/object-oriented-and-functional-programming.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/object-oriented-and-functional-programming.json b/seed/challenges/object-oriented-and-functional-programming.json index 2d8c22f32d..2da91ee5a6 100644 --- a/seed/challenges/object-oriented-and-functional-programming.json +++ b/seed/challenges/object-oriented-and-functional-programming.json @@ -212,7 +212,7 @@ "});" ], "tests":[ - "assert(singleVal == 30, 'message: singleVal should have been set to the result of you reduce operation.');", + "assert(singleVal == 30, 'message: singleVal should have been set to the result of your reduce operation.');", "assert(editor.getValue().match(/\\.reduce\\(/gi), 'message: You should have made use of the reduce method.');" ], "challengeSeed":[