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);