From 4b1911fca4b23c70bb0ec4a0b4ecea240c9bf1bd Mon Sep 17 00:00:00 2001 From: Nick Frazier Date: Mon, 18 Jan 2016 23:31:38 -0500 Subject: [PATCH] minor clarification in telephone-number challenge --- .../advanced-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",