Skip to content

Commit

Permalink
Update 07-tools.md (#4689)
Browse files Browse the repository at this point in the history
Tweak grammar.  "Most of the time" reads better than "most of the times".
  • Loading branch information
cokert committed Oct 25, 2022
1 parent bda03b8 commit f518bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07-tools.md
Expand Up @@ -72,7 +72,7 @@ Some libraries expose ES modules that you can import as-is — `the-answer` is o

The [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/master/packages/commonjs) plugin does exactly that.

Note that most of the times `@rollup/plugin-commonjs` should go _before_ other plugins that transform your modules — this is to prevent other plugins from making changes that break the CommonJS detection. An exception for this rule is the Babel plugin, if you're using it then place it before the commonjs one.
Note that most of the time `@rollup/plugin-commonjs` should go _before_ other plugins that transform your modules — this is to prevent other plugins from making changes that break the CommonJS detection. An exception for this rule is the Babel plugin, if you're using it then place it before the commonjs one.

### Peer dependencies

Expand Down

0 comments on commit f518bec

Please sign in to comment.