From 87cb1fef3eeaee5800f6850ff7fe2048710755ac Mon Sep 17 00:00:00 2001 From: Santino Baltazar Yorio Date: Fri, 29 May 2026 13:59:23 -0300 Subject: [PATCH] fix(curriculum): correct grammar and typo issues in css accessibility quiz (#67648) Signed-off-by: Santino Baltazar Yorio Co-authored-by: Sem Bauke --- .../quiz-css-accessibility/66ed8fc1f45ce3ece4053ead.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/blocks/quiz-css-accessibility/66ed8fc1f45ce3ece4053ead.md b/curriculum/challenges/english/blocks/quiz-css-accessibility/66ed8fc1f45ce3ece4053ead.md index 7ec777eae9f..15e9810abbf 100644 --- a/curriculum/challenges/english/blocks/quiz-css-accessibility/66ed8fc1f45ce3ece4053ead.md +++ b/curriculum/challenges/english/blocks/quiz-css-accessibility/66ed8fc1f45ce3ece4053ead.md @@ -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--