Fix small typo in minification docs

This commit is contained in:
Amitai Burstein 2021-08-12 20:56:30 +03:00 committed by GitHub
parent 5490073cbe
commit 8d7dac7798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,5 @@ terser app.js --compress 'pure_funcs="F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,
gzip --keep --force app.min.js
# --keep = keep the original file
# --force = overwrite the exisign gzip file if it's there
# --force = overwrite the existing gzip file if it's there
```