1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

plugins/removeUselessStrokeAndFill: fix a typo

This commit is contained in:
deepsweet
2013-04-11 20:28:49 +03:00
parent 2dea171f8e
commit 93fc2616d1

View File

@ -1,6 +1,6 @@
'use strict';
exports.type = 'peItem';
exports.type = 'perItem';
exports.active = true;