diff --git a/challenges/01-front-end-development-certification/advanced-bonfires.json b/challenges/01-front-end-development-certification/advanced-bonfires.json
index 45d188b50e..dbd14a90ee 100644
--- a/challenges/01-front-end-development-certification/advanced-bonfires.json
+++ b/challenges/01-front-end-development-certification/advanced-bonfires.json
@@ -9,7 +9,7 @@
"title": "Validate US Telephone Numbers",
"description": [
"Return true if the passed string is a valid US phone number",
- "The user may fill out the form field any way they choose as long as it is a valid US number. The following are all valid formats for US numbers:",
+ "The user may fill out the form field any way they choose as long as it is a valid US number. The following are examples of valid formats for US numbers (refer to the tests below for other variants):",
"555-555-5555
",
"(555)555-5555
",
"(555) 555-5555
",