diff --git a/docs/07-tools.md b/docs/07-tools.md index c1bd8d8f29e..5f7d3a1340b 100755 --- a/docs/07-tools.md +++ b/docs/07-tools.md @@ -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