1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00

Fix typo in SVG linting error message (#9769)

This commit is contained in:
Álvaro Mondéjar 2023-10-22 01:52:40 +02:00 committed by GitHub
parent f0d6f71cf4
commit e4bc81b59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`,