From 43a03848069f7676ffa23e9ebce44d33adf3cfbf Mon Sep 17 00:00:00 2001 From: Gokul-Mylsami <90496360+Gokul-Mylsami@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:10:34 +0530 Subject: [PATCH] fix(curriculum): typo in the Importance of Accessibility and Good HTML Structure page (#59294) --- .../672a537f05f3798bd4f57d2d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-accessibility-and-good-html-structure/672a537f05f3798bd4f57d2d.md b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-accessibility-and-good-html-structure/672a537f05f3798bd4f57d2d.md index e9f0b3a1542..efb7a424c6d 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-importance-of-accessibility-and-good-html-structure/672a537f05f3798bd4f57d2d.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-importance-of-accessibility-and-good-html-structure/672a537f05f3798bd4f57d2d.md @@ -35,7 +35,7 @@ If you want more reliable metrics, consider using the web version. The downside WAVE is another reliable accessibility checker you can use as a Chrome extension or on the web. All you need to do is enter the URL of your website and a comprehensive accessibility report will be generated for you. This report includes accessibility features implemented, ARIA, and contrasts. -The IBM Equal Accessibility Checker is another robust tool for improvingg digital content accessibility. With it, you can scan your websites for accessibility issues and generate a detailed report. +The IBM Equal Accessibility Checker is another robust tool for improving digital content accessibility. With it, you can scan your websites for accessibility issues and generate a detailed report. You can use it as a Chrome extension or Firefox add-on.