From b5f7796c0673312cc215b6be12e423d63f2bfec6 Mon Sep 17 00:00:00 2001 From: Souparno Nag <161619150+souparno-nag@users.noreply.github.com> Date: Sun, 14 Dec 2025 20:57:07 +0530 Subject: [PATCH] fix: add missing quote in checkbox selector (#64585) --- .../workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md index 519aeec4f1e..9a07512b23f 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md @@ -15,7 +15,7 @@ After doing so, since the checkbox won't be visible anymore, set a `border` with # --hints-- -You should add an `appearance` property to your `input[type="checkbox]` selector. +You should add an `appearance` property to your `input[type="checkbox"]` selector. ```js assert.isNotEmpty(new __helpers.CSSHelp(document).getStyle('input[type="checkbox"]')?.appearance);