[typo] 修改了构建脚本里一处注释拼写错误 (#2203)

This commit is contained in:
yong 2018-12-03 16:44:40 +08:00 committed by neverland
parent 5493dd3aee
commit 39dd775083

View File

@ -28,7 +28,7 @@ function compile(dir) {
files.forEach(file => {
const filePath = path.join(dir, file);
// reomve unnecessary files
// remove unnecessary files
if (!isCode(file)) {
return fs.removeSync(filePath);
}