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:
parent
f0d6f71cf4
commit
e4bc81b59d
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user