Skip to content

Commit

Permalink
Fix screenreader -> screen reader
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester committed Jul 6, 2020
1 parent 615cacd commit b90e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/alt-text.md
Original file line number Diff line number Diff line change
@@ -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: `<img>`, `<area>`, `<input type="image">`, and `<object>`.
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: `<img>`, `<area>`, `<input type="image">`, and `<object>`.

## How to resolve
### `<img>`
Expand Down

0 comments on commit b90e20d

Please sign in to comment.