From 66f2019dbe1da63e777897200848386507edb54b Mon Sep 17 00:00:00 2001 From: Salt7900 Date: Mon, 30 May 2016 22:53:07 -0500 Subject: [PATCH] Change wording about a number not being positve --- .../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 5e1bcee431..7eb7cc5772 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", "description": [ - "Repeat a given string (first argument) num times (second argument). Return an empty string if num is a negative number.", + "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." ], "challengeSeed": [