From 76faee3ea17e0260035099d2f94a8d06a8439cfd Mon Sep 17 00:00:00 2001 From: Huda Sultana <125246015+HUDASULTANA@users.noreply.github.com> Date: Fri, 12 Sep 2025 05:03:41 +0530 Subject: [PATCH] fix(curriculum): correct typo in CSS overflow lecture (#62148) --- .../672aa7e03c2e365e906e5733.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672aa7e03c2e365e906e5733.md b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672aa7e03c2e365e906e5733.md index 15fb08d791f..f6f235062f1 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672aa7e03c2e365e906e5733.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672aa7e03c2e365e906e5733.md @@ -19,7 +19,7 @@ div { } ``` -TThis resolves the overflow problem but now the extra content becomes completely unreachable. Instead we can use scroll to force the element to become scrollable: +This resolves the overflow problem but now the extra content becomes completely unreachable. Instead we can use scroll to force the element to become scrollable: ```css div {