diff --git a/docs/rules/alt-text.md b/docs/rules/alt-text.md index 3837d0a99..8e3b4e17f 100644 --- a/docs/rules/alt-text.md +++ b/docs/rules/alt-text.md @@ -1,6 +1,6 @@ # alt-text -Enforce that all elements that require alternative text have meaningful information to relay back to the end user. This is a critical component of accessibility for screenreader users in order for them to understand the content's purpose on the page. By default, this rule checks for alternative text on the following elements: ``, ``, ``, and ``. +Enforce that all elements that require alternative text have meaningful information to relay back to the end user. This is a critical component of accessibility for screen reader users in order for them to understand the content's purpose on the page. By default, this rule checks for alternative text on the following elements: ``, ``, ``, and ``. ## How to resolve ### ``