Skip to content

Commit

Permalink
docs: correct spelling minifaction to minification (#3366)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHom committed Feb 3, 2020
1 parent b08d5a9 commit 7c0417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -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
Expand Down

0 comments on commit 7c0417f

Please sign in to comment.