From b90e20d6ab585e0afbdae07b98934fcc08de4ca8 Mon Sep 17 00:00:00 2001 From: Piper Date: Mon, 6 Jul 2020 09:24:53 -0700 Subject: [PATCH] Fix screenreader -> screen reader --- docs/rules/alt-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ### ``