diff --git a/docs/03-plugins/remove-title.mdx b/docs/03-plugins/remove-title.mdx index cd3809332..19bf41ca5 100644 --- a/docs/03-plugins/remove-title.mdx +++ b/docs/03-plugins/remove-title.mdx @@ -11,7 +11,7 @@ This plugin may have significant accessibility implications. The purpose of `` 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.