1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

fix typo in CONTRIBUTING

deleted duplicate "remove"
This commit is contained in:
Collin Klippel 2017-09-28 10:41:16 -04:00 committed by GitHub
parent 7859b6da2d
commit 88bab59187

View File

@ -39,7 +39,7 @@ Before minification, your SVG should look follow the template below:
</svg>
```
While the parent `<svg>` element can sometimes contain other attributes, the attributes listed above are the only necessary ones. You can remove safely remove attributes like `width` and `height`, or clean them using a tool like [SVGO](https://github.com/svg/svgo) or [SVGOMG](https://jakearchibald.github.io/svgomg/).
While the parent `<svg>` element can sometimes contain other attributes, the attributes listed above are the only necessary ones. You can safely remove attributes like `width` and `height`, or clean them using a tool like [SVGO](https://github.com/svg/svgo) or [SVGOMG](https://jakearchibald.github.io/svgomg/).
Here is the un-minified contents of the GitHub icon, for reference: