From 52d5b3c3e53f10460baf5bef19e7005e6ccb28da Mon Sep 17 00:00:00 2001 From: Brian Tripp <46498972+bdtripp@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:33:10 -0600 Subject: [PATCH] fix(curriculum): fixed typo in CSS Pseudo-classes Review (#64310) --- .../review-css-pseudo-classes/671a907bad4538752765f2ff.md | 2 +- .../english/blocks/review-css/671a9a0a140c2b9d6a75629f.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/blocks/review-css-pseudo-classes/671a907bad4538752765f2ff.md b/curriculum/challenges/english/blocks/review-css-pseudo-classes/671a907bad4538752765f2ff.md index 55e5ee6469f..6b5d6e0f5e2 100644 --- a/curriculum/challenges/english/blocks/review-css-pseudo-classes/671a907bad4538752765f2ff.md +++ b/curriculum/challenges/english/blocks/review-css-pseudo-classes/671a907bad4538752765f2ff.md @@ -26,7 +26,7 @@ dashedName: review-css-pseudo-classes - **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria. - **`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes apply styles to elements based on whether their values are within or outside specified range constraints. - **`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form. -- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty. +- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty. - **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data. ## Location Pseudo-classes diff --git a/curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md b/curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md index c1a82e13ded..16ef75dec4d 100644 --- a/curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md +++ b/curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md @@ -153,7 +153,7 @@ Review the concepts below to prepare for the upcoming exam. - **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria. - **`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes applies styles to elements based on whether their values are within or outside specified range constraints. - **`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form. -- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty. +- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty. - **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data. ## Location Pseudo-classes