diff --git a/seed/challenges/object-oriented-and-functional-programming.json b/seed/challenges/object-oriented-and-functional-programming.json
index 307563795b..2d6c978e90 100644
--- a/seed/challenges/object-oriented-and-functional-programming.json
+++ b/seed/challenges/object-oriented-and-functional-programming.json
@@ -17,7 +17,7 @@
"difficulty":0,
"description":[
"Before we dive into Object Oriented Programming, let's revisit JavaScript objects.",
- "Give your motorBike
object a wheels
, engine
and seats
attribute and set them to numbers."
+ "Give your motorBike
object a wheels
, engines
and seats
attribute and set them to numbers."
],
"tests":[
"assert(typeof(motorBike.engines) === 'number', 'engines
should be have a engines
attribute set to a number.');",