From 2a7a3faeaa206ea84dba899e32281dff7e9a47a5 Mon Sep 17 00:00:00 2001 From: Vimal Raghubir Date: Mon, 25 Jun 2018 16:20:07 -0400 Subject: [PATCH] fix: clarify unclear instructions --- .../responsive-web-design-projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-responsive-web-design/responsive-web-design-projects.json b/challenges/01-responsive-web-design/responsive-web-design-projects.json index 8f0c13c43..efb9d71a7 100644 --- a/challenges/01-responsive-web-design/responsive-web-design-projects.json +++ b/challenges/01-responsive-web-design/responsive-web-design-projects.json @@ -54,7 +54,7 @@ "User Story #6: If I enter an email that is not formatted correctly, I will see an HTML5 validation error.", "User Story #7: Inside the form, I can enter a number in a field with id=\"number\".", "User Story #8: If I enter non-numbers in the number input, I will see an HTML5 validation error.", - "User Story #9: If I enter numbers outside the range of the number input, I will see an HTML5 validation error.", + "User Story #9: If I enter numbers outside the range of the number input, which are defined by the min and max attributes, I will see an HTML5 validation error.", "User Story #10: For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id=\"name-label\", id=\"email-label\", and id=\"number-label\".", "User Story #11: For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.", "User Story #12: Inside the form element, I can select an option from a dropdown that has a corresponding id=\"dropdown\".", @@ -174,4 +174,4 @@ } } ] -} \ No newline at end of file +}