aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/svgo.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/svgo.config.js b/config/svgo.config.js
index c9bc8fe..87cb3f8 100644
--- a/config/svgo.config.js
+++ b/config/svgo.config.js
@@ -16,7 +16,7 @@ module.exports = {
'cleanupAttrs',
'mergeStyles',
'minifyStyles',
- 'cleanupIDs',
+ 'cleanupIds',
'removeUselessDefs',
'cleanupNumericValues',
'convertColors',