Skip to content

Commit 2b90ae2

Browse files
mul14LinusBorg
authored andcommitted
Fix TypeScript typo (#1187)
Signed-off-by: Mulia Arifandi Nasution <[email protected]>
1 parent f93e45b commit 2b90ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
2222
process.stdout.write(stats.toString({
2323
colors: true,
2424
modules: false,
25-
children: false, // if you are using ts-loader, setting this to true will make tyescript errors show up during build
25+
children: false, // If you are using ts-loader, setting this to true will make TypeScript errors show up during build.
2626
chunks: false,
2727
chunkModules: false
2828
}) + '\n\n')

0 commit comments

Comments
 (0)