Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 2a7a3fa

Browse files
Vimal-Raghubirscissorsneedfoodtoo
authored andcommitted
fix: clarify unclear instructions
1 parent 1d3e076 commit 2a7a3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

challenges/01-responsive-web-design/responsive-web-design-projects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"<strong>User Story #6:</strong> If I enter an email that is not formatted correctly, I will see an HTML5 validation error.",
5555
"<strong>User Story #7:</strong> Inside the form, I can enter a number in a field with <code>id=\"number\"</code>.",
5656
"<strong>User Story #8:</strong> If I enter non-numbers in the number input, I will see an HTML5 validation error.",
57-
"<strong>User Story #9:</strong> If I enter numbers outside the range of the number input, I will see an HTML5 validation error.",
57+
"<strong>User Story #9:</strong> If I enter numbers outside the range of the number input, which are defined by the <code>min</code> and <code>max</code> attributes, I will see an HTML5 validation error.",
5858
"<strong>User Story #10:</strong> 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: <code>id=\"name-label\"</code>, <code>id=\"email-label\"</code>, and <code>id=\"number-label\"</code>.",
5959
"<strong>User Story #11:</strong> For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.",
6060
"<strong>User Story #12:</strong> Inside the form element, I can select an option from a dropdown that has a corresponding <code>id=\"dropdown\"</code>.",
@@ -174,4 +174,4 @@
174174
}
175175
}
176176
]
177-
}
177+
}

0 commit comments

Comments
 (0)