diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ce14ab29..85bbbeb9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
This repository welcomes contributions and corrections. Before submitting a pull request, ensure that you respect these guidelines for SVGs:
- Include the SVG namespace declaration `xmlns="http://www.w3.org/2000/svg"`. This is not required if the SVG is included inline on HTML5 web pages.
- - Include a descriptive `
` element for accessibility. The `` must have an ID of the format `simpleicon--title` - for example, `GitHub icon`.
+ - Include a descriptive `` element for accessibility. The `` must have an ID of the format `simpleicon--title` - for example, `GitHub icon`.
- Add `aria-labelledby="simpleicon--title"` and `role="img"` to the `