Skip to content

Commit b07aa7e

Browse files
belevtinayuangao
authored andcommitted
chore: fix typo in inline-resources (#2060)
1 parent bd78b38 commit b07aa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/inline-resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function inlineResources(globs) {
5454
}))
5555
.then(content => writeFile(filePath, content))
5656
.catch(err => {
57-
console.error('An error occured: ', err);
57+
console.error('An error occurred: ', err);
5858
});
5959
}));
6060
}));

0 commit comments

Comments
 (0)