fix: small error (#265)

This commit is contained in:
0xflotus
2021-03-16 20:44:33 +01:00
committed by GitHub
parent 3aa2521c37
commit 4a5898a458

View File

@@ -116,7 +116,7 @@ createIcons({
'stroke-width': 1, 'stroke-width': 1,
stroke: '#333', stroke: '#333',
}, },
nameAttr: 'icon-name', // atrribute for the icon name. nameAttr: 'icon-name', // attribute for the icon name.
}); });
``` ```