From dc4f5212c280d91c969495a4864f4efb67ba7932 Mon Sep 17 00:00:00 2001 From: Joseph Breihan Date: Sun, 4 Oct 2015 23:20:09 -0400 Subject: [PATCH] Fix typo described in issue #3585 --- 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 3d32886fac..2d8c22f32d 100644 --- a/seed/challenges/object-oriented-and-functional-programming.json +++ b/seed/challenges/object-oriented-and-functional-programming.json @@ -103,7 +103,7 @@ "assert(typeof(myBike.addUnit) === 'undefined', 'message: myBike.addUnit should remain undefined.');" ], "challengeSeed":[ - "//Let's create an object with a two functions. One attached as a property and one not.", + "//Let's create an object with two functions. One attached as a property and one not.", "var Car = function() {", " this.gear = 1;", " function addStyle(styleMe){",