Skip to content

Commit

Permalink
docs: fix "purly" typo (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinebaugh committed May 8, 2024
1 parent a3ac91a commit 6b162fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-plugins/remove-title.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin may have significant accessibility implications. The purpose of `<ti

It can be sensible to remove the `<title>` element in one of the following scenarios:

- The SVG is purly aesthetic and has no impact on the user-experience.
- The SVG is purely aesthetic and has no impact on the user-experience.
- Accessibility is handled elsewhere, such as in the [`aria-label`](https://developer.mozilla.org/docs/Web/Accessibility/ARIA/Attributes/aria-label) or [`aria-describedby`](https://developer.mozilla.org/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) attributes in an HTML document.

Consider doing the free [Introduction to Web Accessibility](https://www.w3.org/WAI/courses/foundations-course/) course by W3Cx for more information.
Expand Down

0 comments on commit 6b162fb

Please sign in to comment.