Skip to content

Commit

Permalink
fix: typo docs and contributors link in CONTRIBUTING.md (#4639)
Browse files Browse the repository at this point in the history
* fix: contributors link

* fix: 01-command-line-reference close scope

* Update 01-command-line-reference.md

* fix linting

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
Co-authored-by: Alex <93376818+sashashura@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
  • Loading branch information
4 people committed Sep 22, 2022
1 parent e1392b3 commit 159137e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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! <a href="graphs/contributors"><img src="https://opencollective.com/rollup/contributors.svg?width=890" /></a>
Thank you to all the people who have already contributed to rollup! <a href="https://github.com/rollup/rollup/graphs/contributors"><img src="https://opencollective.com/rollup/contributors.svg?width=890" /></a>

### Backers

Expand Down
4 changes: 3 additions & 1 deletion docs/01-command-line-reference.md
Expand Up @@ -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:
Expand Down

0 comments on commit 159137e

Please sign in to comment.