From a301cd1146154258fc1d7ca0e69e89ef26c21f7e Mon Sep 17 00:00:00 2001 From: pardeshiaryan <115885141+pardeshiaryan@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:25:44 +0530 Subject: [PATCH] fix(curriculum): Misleading hint in HTML curriculum (#62914) --- .../672a5310d7e46b8a34d48dfd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/blocks/lecture-importance-of-accessibility-and-good-html-structure/672a5310d7e46b8a34d48dfd.md b/curriculum/challenges/english/blocks/lecture-importance-of-accessibility-and-good-html-structure/672a5310d7e46b8a34d48dfd.md index 09f70aea756..40d6ccb0b9b 100644 --- a/curriculum/challenges/english/blocks/lecture-importance-of-accessibility-and-good-html-structure/672a5310d7e46b8a34d48dfd.md +++ b/curriculum/challenges/english/blocks/lecture-importance-of-accessibility-and-good-html-structure/672a5310d7e46b8a34d48dfd.md @@ -125,7 +125,7 @@ Text-to-speech. ### --feedback-- -Think about converting written content into spoken words. +Think about what would not be useful to navigate a webpage without sight. --- @@ -133,7 +133,7 @@ Braille output. ### --feedback-- -Think about converting written content into spoken words. +Think about what would not be useful to navigate a webpage without sight. --- @@ -141,7 +141,7 @@ Web browsing support. ### --feedback-- -Think about converting written content into spoken words. +Think about what would not be useful to navigate a webpage without sight. ## --video-solution--