Skip to content

Commit

Permalink
fix: small type. minifcation instead of minification (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored and jantimon committed Feb 3, 2019
1 parent a524e8f commit 56037a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 56037a6

Please sign in to comment.