fix(curriculum): correct grammar and typo issues in css accessibility quiz (#67648)

Signed-off-by: Santino Baltazar Yorio <santiyorio7@gmail.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
This commit is contained in:
Santino Baltazar Yorio 2026-05-29 13:59:23 -03:00 committed by GitHub
parent 66b90a2b90
commit 87cb1fef3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ WebAIM's Color Contrast Checker
#### --text--
Which of the following tools allows you to pick background and foreground colors from content displayed on your screen and check for their contrast ratio?
Which of the following tools allows you to pick background and foreground colors from content displayed on your screen and check their contrast ratio?
#### --distractors--
@ -165,7 +165,7 @@ img {
#### --text--
Which of the following `scroll-behavior` value allows a smooth scrolling behavior?
Which of the following `scroll-behavior` values allows a smooth scrolling behavior?
#### --distractors--
@ -203,7 +203,7 @@ Which of the following features is used to detect the user's animation preferenc
#### --answer--
`prefers-reduce-motion`
`prefers-reduced-motion`
### --question--