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 8f0c13c4393..efb9d71a7d8 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
+}