Update enable-compression.md

Fix grammar error
pull/4784/head
Muhammad Auwal 11 months ago committed by GitHub
parent 720438e619
commit ef353e1c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/best-practices/frontend-performance/content/enable-compression.md

@ -1,6 +1,6 @@
# Enable Compression
Use a compression method such as Gzip or Brotli to reduce the size of your JavaScript files. With a smaller sizes file, users will be able to download the asset faster, resulting in improved performance.
Use a compression method such as Gzip or Brotli to reduce the size of your JavaScript files. With smaller file sizes, users will be able to download the asset faster, resulting in improved performance.
- [Check GZIP compression](https://checkgzipcompression.net/)
- [Check Brotli Compression](https://tools.keycdn.com/brotli-test)

Loading…
Cancel
Save