diff --git a/challenges/object-oriented-and-functional-programming.json b/challenges/object-oriented-and-functional-programming.json
index a45405019bd..bc7f5d2bf05 100644
--- a/challenges/object-oriented-and-functional-programming.json
+++ b/challenges/object-oriented-and-functional-programming.json
@@ -410,7 +410,7 @@
},
{
"id": "cf1111c1c16feddfaeb3bdef",
- "title": "Concatenate Strings with .concat",
+ "title": "Concatenate Arrays with .concat",
"description": [
"concat can be used to merge the contents of two arrays into one.",
"concat takes an array as an argument and returns a new array with the elements of this array concatenated onto the end.",