Skip to content

Commit 174555f

Browse files
fix(curriculum): remove 'both' from hotel feedback form step 24 instruction (freeCodeCamp#60968)
1 parent 65d88e5 commit 174555f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ dashedName: step-24
99

1010
Next, add another `label` element with the text of `Location` and the `for` attribute set to `"location"`.
1111

12-
For the checkbox `input`, both the `id`, `name` and `value` attributes should be set to `"location"`.
12+
For the checkbox `input`, the `id`, `name` and `value` attributes should be set to `"location"`.
1313

1414
Below that `input` element, add another `label` element with the text of `Reputation` and the `for` attribute set to `"reputation"`.
1515

16-
For the checkbox `input`, both the `id`, `name` and `value` attributes should be set to `"reputation"`.
16+
For the checkbox `input`, the `id`, `name` and `value` attributes should be set to `"reputation"`.
1717

1818
# --hints--
1919

0 commit comments

Comments
 (0)