From 88bab5918711c08c4dc9cae1e913644a78cc900d Mon Sep 17 00:00:00 2001 From: Collin Klippel Date: Thu, 28 Sep 2017 10:41:16 -0400 Subject: [PATCH] fix typo in CONTRIBUTING deleted duplicate "remove" --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85bbbeb94..21c749743 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Before minification, your SVG should look follow the template below: ``` -While the parent `` 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 `` 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: