diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json
index cdc794edaa..c8ed5e6c3a 100644
--- a/challenges/01-front-end-development-certification/basic-bonfires.json
+++ b/challenges/01-front-end-development-certification/basic-bonfires.json
@@ -124,6 +124,7 @@
"If the integer is represented with the letter n, a factorial is the product of all positive integers less than or equal to n.",
"Factorials are often represented with the shorthand notation n!
",
"For example: 5! = 1 * 2 * 3 * 4 * 5 = 120
",
+ "Only integers greater than or equal to zero will be supplied to the function.",
"Remember to use Read-Search-Ask if you get stuck. Write your own code."
],
"challengeSeed": [