diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92075a70898..bddafdb386b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ If you require technical assistance, [Stackoverflow](https://stackoverflow.com/q ### Contributors -Thank you to all the people who have already contributed to rollup! +Thank you to all the people who have already contributed to rollup! ### Backers diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index 525a360b983..7bf701e6dc7 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -232,7 +232,9 @@ Alternatively you can use the `defineConfig` helper, which should provide Intell // rollup.config.js import { defineConfig } from 'rollup'; -export default defineConfig({ /* your config */ }; +export default defineConfig({ + /* your config */ +}); ``` Besides `RollupOptions` and the `defineConfig` helper that encapsulates this type, the following types can prove useful as well: