From ad01518204e8c1732f5a4585f6b3a14df7c7588a Mon Sep 17 00:00:00 2001 From: Akinseye Olawale Date: Tue, 21 Jun 2016 15:24:32 +0100 Subject: [PATCH] Update basic-bonfires.json Removed unnecessary repetition --- .../01-front-end-development-certification/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index c1e26aaa33..b5ddf66b77 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -362,7 +362,7 @@ }, { "id": "afcc8d540bea9ea2669306b6", - "title": "Repeat a string repeat a string", + "title": "Repeat a string", "description": [ "Repeat a given string (first argument) num times (second argument). Return an empty string if num is not a positive number.", "Remember to use Read-Search-Ask if you get stuck. Write your own code."