diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json
index 5e1bcee431..7eb7cc5772 100644
--- a/challenges/01-front-end-development-certification/basic-bonfires.json
+++ b/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": [