From 042c80bbf2ebeed561931d35a8ee89a826eff0a6 Mon Sep 17 00:00:00 2001 From: CodeByKyle Date: Tue, 30 Jan 2018 10:39:11 +0700 Subject: [PATCH] Spelling correction in comment Grammar police reporting in. Changing hte to the. --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index 8a5715b6f65..21a44683944 100755 --- a/scripts/build +++ b/scripts/build @@ -16,7 +16,7 @@ uglify=`pwd`/node_modules/.bin/uglifyjs cd dist # We use --mangle but not --compress to reduce file size -# --compress unfortunately removes the 'imports' from the top of hte ESM build +# --compress unfortunately removes the 'imports' from the top of the ESM build for f in *.js; do o=`echo $f | sed s/\.js/.min.js/` echo "$f ~> $o"