From adf7acbc579f194b6343c6feceac04989e1c88ba Mon Sep 17 00:00:00 2001 From: Emmanuel DEMEY Date: Fri, 1 Feb 2019 14:55:57 +0100 Subject: [PATCH] fix: small type. minifcation instead of minification --- 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