From 3f8afb72a618cd03458d5bdd92da86c9d898eb29 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 19 Jun 2019 14:44:23 +0200 Subject: [PATCH] Fix nit --- codecs/hqx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/hqx/build.sh b/codecs/hqx/build.sh index 4a4adcd5..30d6e997 100755 --- a/codecs/hqx/build.sh +++ b/codecs/hqx/build.sh @@ -9,7 +9,7 @@ echo "=============================================" rustup run nightly \ wasm-pack build --target no-modules wasm-strip pkg/squooshhqx_bg.wasm - echo "Optimising wasm so it doesn't break Chrome (this takes like 10-15mins. get a cup of tea)" + echo "Optimising Wasm so it doesn't break Chrome (this takes like 10-15mins. get a cup of tea)" echo "Once https://bugs.chromium.org/p/chromium/issues/detail?id=97480 is fixed, we can remove this step" wasm-opt -Os --no-validation -o pkg/squooshhqx_bg.wasm pkg/squooshhqx_bg.wasm rm pkg/.gitignore