Skip to content

Commit

Permalink
fix typo & org members link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sujin-park committed Aug 19, 2020
1 parent 78d979d commit 65c6b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -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)?
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Expand Up @@ -508,7 +508,7 @@ exports.isPromise = function isPromise(value) {
* Clamps a numeric value to an inclusive range.
*
* @param {number} value - Value to be clamped.
* @param {numer[]} range - Two element array specifying [min, max] range.
* @param {number[]} range - Two element array specifying [min, max] range.
* @returns {number} clamped value
*/
exports.clamp = function clamp(value, range) {
Expand Down

0 comments on commit 65c6b31

Please sign in to comment.