Skip to content

Commit bd4a291

Browse files
committed
Fix spelling mistake
1 parent f5ea4bb commit bd4a291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/build.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ async function buildIcon(icon, size, distDir) {
268268
if (!fs.existsSync(targetDir)) fs.mkdirSync(targetDir, {recursive: true});
269269

270270
if (fileEnding === 'svg') {
271-
console.log(`Optimizng ${icon} and writing to dist`);
271+
console.log(`Optimizing ${icon} and writing to dist`);
272272
fs.writeFileSync(path.join(distDir, icon), optimizedSVGStr);
273273
} else {
274274
// Chromium doesn't support SVGs unfortunately. See

0 commit comments

Comments
 (0)