From 57684cb9544012930f779bcb9373dfd58b2445db Mon Sep 17 00:00:00 2001 From: Sujin Park Date: Sat, 22 Aug 2020 15:41:59 +0900 Subject: [PATCH] fix typo & org members link in CONTRIBUTING.md (#4413) --- .github/CONTRIBUTING.md | 2 +- docs/_data/supporters.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2d7b5e5f85..25a8462296 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -91,7 +91,7 @@ _Excellent._ Here's how: - **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). - **Design your thing?** [Our site](https://mochajs.org) needs your magic touch. - **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. -- **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). +- **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). - **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)! - **Wait--you write unit tests for _fun_?** A PR which increases coverage is unlikely to be turned down. - **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)? diff --git a/docs/_data/supporters.js b/docs/_data/supporters.js index 6fb7116686..8af54b167d 100755 --- a/docs/_data/supporters.js +++ b/docs/_data/supporters.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * This script gathers metdata for supporters of Mocha from OpenCollective's API by + * This script gathers metadata for supporters of Mocha from OpenCollective's API by * aggregating order ("donation") information. * * It's intended to be used with 11ty, but can be run directly. Running directly