Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo docs and contributors link in CONTRIBUTING.md #4639

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion docs/01-command-line-reference.md
Expand Up @@ -232,7 +232,7 @@ 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