Skip to content

Commit 7fcddb3

Browse files
committed
fixed spelling errors
1 parent 0e0e50b commit 7fcddb3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ <h1>Product Pick</h1>
1818
<label for="email">Email:</label>
1919
<input type="email" id="email" name="email" required>
2020
<fieldset>
21-
<legend>Colour:</legend>
22-
<input type="radio" id="red" name="colour" value="red" required>
21+
<legend>Color:</legend>
22+
<input type="radio" id="red" name="color" value="red" required>
2323
<label for="red">Red</label>
2424

25-
<input type="radio" id="blue" name="colour" value="blue">
25+
<input type="radio" id="blue" name="color" value="blue">
2626
<label for="blue">Blue</label>
2727

28-
<input type="radio" id="black" name="colour" value="black">
28+
<input type="radio" id="black" name="color" value="black">
2929
<label for="black">Black</label>
3030
</fieldset>
3131
<label for="size">Size:</label>

0 commit comments

Comments
 (0)