fix(curriculum): typo in Link Text A11y lecture transcript (#58916)

This commit is contained in:
Yusuf Can Aşur
2025-02-20 21:34:50 +03:00
committed by GitHub
parent 997d66ef8a
commit c1746a143b
@@ -81,7 +81,7 @@ Here is a better example for link text:
```html
<a href="/link-to-topic">
Learn more about our accessibiltiy efforts
Learn more about our accessibility efforts
</a>
```