From ad7a24f9bdd27d97e796ec0ca555b4def45dc3ba Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Thu, 7 Jan 2021 18:10:24 +1100 Subject: [PATCH] Fix typo --- bench/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/README.md b/bench/README.md index eb5f19d..e889c23 100644 --- a/bench/README.md +++ b/bench/README.md @@ -43,7 +43,7 @@ The settings used for each minifier can be found in [minifiers.js](./minifiers.j - CSS minification is disabled for all, as minify-html currently does not support CSS minification (coming soon). - All minifiers are configured to use esbuild for JS minification asynchronously and in parallel, similar to how minify-html works. -- `conservativeCollapse` is enabled for html-minifier as otherwise some whitespace would be unsafely removed with side affects. minify-html can safely remove whitespace with context if configured properly. +- `conservativeCollapse` is enabled for html-minifier as otherwise some whitespace would be unsafely removed with side effects. minify-html can safely remove whitespace with context if configured properly. ## Running