Skip to content

Commit 52d5b3c

Browse files
authored
fix(curriculum): fixed typo in CSS Pseudo-classes Review (freeCodeCamp#64310)
1 parent 0fd9f06 commit 52d5b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/blocks/review-css-pseudo-classes/671a907bad4538752765f2ff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dashedName: review-css-pseudo-classes
2626
- **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
2727
- **`: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.
2828
- **`: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.
29-
- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
29+
- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
3030
- **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
3131

3232
## Location Pseudo-classes

curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Review the concepts below to prepare for the upcoming exam.
153153
- **`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
154154
- **`: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.
155155
- **`: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.
156-
- **`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
156+
- **`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
157157
- **`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
158158

159159
## Location Pseudo-classes

0 commit comments

Comments
 (0)