From 05f4e8fd2625a0b486e546c0a077909a12e994fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 29 Dec 2020 16:12:32 +0100 Subject: [PATCH] Fix SVG tag error in contributing guidelines (#4529) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5326ec96..b00f6255 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -169,7 +169,7 @@ The final icon should: * Be minified to a single line with no formatting. * Contain only a single `path` element. * Not contain extraneous elements. - * This includes: `circ`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc. + * This includes: `circle`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc. * Not contain extraneous attributes. * This includes: `width`, `height`, `fill`, `stroke`, `clip`, `font`, etc.