From df2e2b55482741fe30c32bbab5538feb582117da Mon Sep 17 00:00:00 2001 From: Chuanfeng Zhang Date: Fri, 7 Oct 2016 17:39:51 +0800 Subject: [PATCH] Clarify instructions Clarify Instructions --- .../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 eb2145d874..c75cc92036 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -400,7 +400,7 @@ "id": "afcc8d540bea9ea2669306b6", "title": "Repeat a string 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.", + "Repeat a given string str (first argument) for 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." ], "challengeSeed": [