diff --git a/files/en-us/learn_web_development/core/accessibility/html/index.md b/files/en-us/learn_web_development/core/accessibility/html/index.md
index e0f1b247c1d9214..dd4ddee1e5fa0e3 100644
--- a/files/en-us/learn_web_development/core/accessibility/html/index.md
+++ b/files/en-us/learn_web_development/core/accessibility/html/index.md
@@ -21,7 +21,7 @@ A great deal of web content can be made accessible just by making sure the corre
- Use semantic HTML, aka "The right element for the right job", because the browser provides so many built-in accessibility hooks.
- - Accessible best practices such as alt text, good link best, form labels, and table row and column headings and scoping.
+ - Accessible best practices such as alt text, good link text, form labels, and table row and column headings and scoping.
- Using simple plain language, steering clear of slang and abbreviations where possible, and providing definitions where it is not possible.
- The concept and practice of keyboard accessibility.
- The importance of source order.
|