Skip to content

Commit 4d7a171

Browse files
authored
fix typo & org members link in CONTRIBUTING.md (#4413)
1 parent 667e9a2 commit 4d7a171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ _Excellent._ Here's how:
9191
- **Can you write ~~good~~ well?** The [documentation](https://mochajs.org) almost always needs some love. See the [doc-related issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation).
9292
- **Design your thing?** [Our site](https://mochajs.org) needs your magic touch.
9393
- **Familiar with Mocha's codebase?** We could use your help triaging issues and/or reviewing pull requests. Please contact an [org member](https://github.com/orgs/mochajs/people), and we'll chat.
94-
- **Want to build our community?** Mocha has a _lot_ of users. We could use your help bringing everyone together in peace and harmony. Please contact an [org member](https://github.com/mochajs/people).
94+
- **Want to build our community?** Mocha has a _lot_ of users. We could use your help bringing everyone together in peace and harmony. Please contact an [org member](https://github.com/orgs/mochajs/people).
9595
- **You can sell dirt to worms?** Let's raise Mocha's profile in the JavaScript and OSS communities. Please contact an [org member](https://github.com/orgs/mochajs/people)!
9696
- **Wait--you write unit tests for _fun_?** A PR which increases coverage is unlikely to be turned down.
9797
- **Are you experienced?** :guitar: If you're a seasoned Mocha user, why not help answer some questions in the [main chat room](https://gitter.im/mochajs/mocha)?

docs/_data/supporters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/**
4-
* This script gathers metdata for supporters of Mocha from OpenCollective's API by
4+
* This script gathers metadata for supporters of Mocha from OpenCollective's API by
55
* aggregating order ("donation") information.
66
*
77
* It's intended to be used with 11ty, but can be run directly. Running directly

0 commit comments

Comments
 (0)