From 7c0417ff66b70a09c8ca6debc382c72a0973f296 Mon Sep 17 00:00:00 2001 From: Victor Hom Date: Mon, 3 Feb 2020 17:08:00 -0500 Subject: [PATCH] docs: correct spelling minifaction to minification (#3366) --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index c0ef48a5853..f8826dd65b1 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -233,7 +233,7 @@ Adds a plugin just to this output. See [Using output plugins](guide/en/#using-ou Not every plugin can be used here. `output.plugins` is limited to plugins that only use hooks that run during `bundle.generate()` or `bundle.write()`, i.e. after Rollup's main analysis is complete. If you are a plugin author, see [Plugin hooks](guide/en/#hooks) to find out which hooks can be used. -The following will add minifaction to one of the outputs: +The following will add minification to one of the outputs: ```js // rollup.config.js