Skip to content

Commit 76faee3

Browse files
authored
fix(curriculum): correct typo in CSS overflow lecture (freeCodeCamp#62148)
1 parent 5778e67 commit 76faee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672aa7e03c2e365e906e5733.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ div {
1919
}
2020
```
2121

22-
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:
22+
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:
2323

2424
```css
2525
div {

0 commit comments

Comments
 (0)