From 561730ad75eb4c93feccb5827adb1fa79151f946 Mon Sep 17 00:00:00 2001 From: Abdullah Ansari <120268836+trulyabdullah@users.noreply.github.com> Date: Sat, 14 Sep 2024 20:53:00 +0530 Subject: [PATCH] fix(curriculum): update hotel feedback form (#56107) --- .../workshop-hotel-feedback-form/66a96127422411756204bc1b.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a96127422411756204bc1b.md b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a96127422411756204bc1b.md index 51ea9e30697..753ee1a6bbd 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a96127422411756204bc1b.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a96127422411756204bc1b.md @@ -7,9 +7,9 @@ dashedName: step-22 # --description-- -Add another label with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`. +Add another `label` with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`. -Below the label element, add another checkbox input with the `id`, `name` and `value` attributes set to `"recommendation"`. +Below the `label` element, add another checkbox `input` with the `id`, `name` and `value` attributes set to `"recommendation"`. # --hints--