From 3f855583b300824238745ee2fd629d17c4fe880c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giftea=20=E2=98=95?= Date: Thu, 30 Oct 2025 17:35:19 +0100 Subject: [PATCH] fix(curriculum): correct spelling and added punctuation mark (#63324) --- .../workshop-game-settings-panel/68e9a7bd60c971278d2d4ffc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a7bd60c971278d2d4ffc.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a7bd60c971278d2d4ffc.md index 9064997c503..edfeedfdc0d 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a7bd60c971278d2d4ffc.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a7bd60c971278d2d4ffc.md @@ -7,7 +7,7 @@ dashedName: step-13 # --description-- -In a pevious lesson you learned about pseudo-classes and pseudo-elements in CSS. You are going to apply that knowledge now by creating a combined type selector with pseudo-class selector. +In a previous lesson, you learned about pseudo-classes and pseudo-elements in CSS. You are going to apply that knowledge now by creating a combined type selector with pseudo-class selector. First, start with the format for the type selector by setting it as `input[type="checkbox"]` and appending `:checked` to the end of it.