fix(curriculum): correction of grammar (#62924)

This commit is contained in:
Aditya Jaiswal
2025-10-22 10:35:18 +05:30
committed by GitHub
parent 51c24f67e1
commit 7136537e45
@@ -94,7 +94,7 @@ This will make the elements understandable and navigable for users of assistive
To get the best out of WAI-ARIA, try to stick with native HTML whenever possible since it generally provides more accessibility out of the box.
Use WAI-ARIA only when HTML falls short, and dont forget to test with assistive technologies like screen readers, or have people with disabilities test your work. Also, make sure your WAI-ARIA states and properties update with the content in real time. Avoid overusing ARIA as it can be confusing many times.
Use WAI-ARIA only when HTML falls short, and dont forget to test with assistive technologies like screen readers, or have people with disabilities test your work. Also, make sure your WAI-ARIA states and properties update with the content in real time. Avoid overusing ARIA, as it can often be confusing.
# --questions--