From e4bc81b59dfa2b56c1485c0a9f6958837a8d69b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sun, 22 Oct 2023 01:52:40 +0200 Subject: [PATCH] Fix typo in SVG linting error message (#9769) --- .svglintrc.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.svglintrc.mjs b/.svglintrc.mjs index 10dcb0ca1..3914b7960 100644 --- a/.svglintrc.mjs +++ b/.svglintrc.mjs @@ -601,7 +601,7 @@ export default { if (isInvalidSegment(segment.params, index, previousSegmentIsZ)) { const [command, x1, y1, ...rest] = segment.params; - let errorMsg = `Innefective segment "${iconPath.substring( + let errorMsg = `Ineffective segment "${iconPath.substring( segment.start, segment.end, )}" found`,