From 4f4960faae8cedfea5da32af60d1cce99d24f586 Mon Sep 17 00:00:00 2001 From: Victor Hom Date: Mon, 3 Feb 2020 15:29:01 -0500 Subject: [PATCH] correct spelling minifaction to minification --- 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