From 56037a6b2ae4a7606b54f5af213b6a2b8145f95e Mon Sep 17 00:00:00 2001 From: Emmanuel DEMEY Date: Sun, 3 Feb 2019 17:49:19 +0100 Subject: [PATCH] fix: small type. minifcation instead of minification (#1154) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e432882..2b7a2cd6 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ and the following options: To use custom [html-minifier options](https://github.com/kangax/html-minifier#options-quick-reference) pass an object to `minify` instead. This object will not be merged with the defaults above. -To disable minifcation during production mode set the `minify` option to `false`. +To disable minification during production mode set the `minify` option to `false`. ### Meta Tags