From 4e765d07318fca45b66d72d5348f01d3b38a55e3 Mon Sep 17 00:00:00 2001 From: Faust Date: Wed, 3 Dec 2025 16:36:48 +0100 Subject: [PATCH] fix(curriculum): remove redundant 'each' in Lab - Feature selection (#64294) --- .../blocks/lab-feature-selection/68ce56d54d3cad1149a1c4cf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lab-feature-selection/68ce56d54d3cad1149a1c4cf.md b/curriculum/challenges/english/blocks/lab-feature-selection/68ce56d54d3cad1149a1c4cf.md index 351ee4a4a5b..df4d682a6a0 100644 --- a/curriculum/challenges/english/blocks/lab-feature-selection/68ce56d54d3cad1149a1c4cf.md +++ b/curriculum/challenges/english/blocks/lab-feature-selection/68ce56d54d3cad1149a1c4cf.md @@ -15,7 +15,7 @@ demoType: onClick 1. Your page should have an `h1` element with the text `Feature Selection`. 2. Your page should have a `div` element with the class `feature-card-container`. 3. Your page should have at least two `label` elements each with the class `feature-card` inside the `div`. -4. Each of your `label` elements should each have label text and an `input` element of type `checkbox` in them. +4. Each of your `label` elements should have label text and an `input` element of type `checkbox` in them. 5. Create a selector that targets the checkboxes, and apply the following styling: - All of your checkbox elements should be set to `appearance: none;` in your CSS. - All of your checkbox elements should have a border width, color and style of your choosing.