Skip to content

Commit

Permalink
Spelling (#2981)
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
jsoref authored and ScottFreeCode committed Sep 4, 2017
1 parent 9f403bf commit 73a5338
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -17,7 +17,7 @@ We must be able to understand the design of your change from this description. K

### Why should this be in core?

<!-- Explain why this functionality should be in mocha as opposed to it's own package -->
<!-- Explain why this functionality should be in mocha as opposed to its own package -->

### Benefits

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -863,7 +863,7 @@ Thanks @entertainyou, @SimenB, @just-paja for the heads-up.
* utils.stringify should handle objects without an Object prototype
* in runnable test, comparing to undefined error's message rather than a literal
* Fix test running output truncation on async STDIO
* ammended for deprecated customFds option in child_process
* amended for deprecated customFds option in child_process

2.1.0 / 2014-12-23
==================
Expand Down Expand Up @@ -1091,7 +1091,7 @@ Thanks @entertainyou, @SimenB, @just-paja for the heads-up.
==================

* add: sort test files with --sort (#813)
* update: diff depedency to 1.0.7
* update: diff dependency to 1.0.7
* update: glob dependency to 3.2.3 (#927)
* fix: diffs show whitespace differences (#976)
* fix: improve global leaks (#783)
Expand Down
2 changes: 1 addition & 1 deletion lib/reporters/base.js
Expand Up @@ -156,7 +156,7 @@ exports.cursor = {
};

/**
* Outut the given `failures` as a list.
* Output the given `failures` as a list.
*
* @param {Array} failures
* @api public
Expand Down
2 changes: 1 addition & 1 deletion test/browser/ui.spec.js
Expand Up @@ -19,7 +19,7 @@ describe('$.jQuery', function () {
});

// another generic describe block to verify it is absent
// when greeping on $.jQuery
// when grepping on $.jQuery
describe('@Array', function () {
it('.pop()', function () {
assert(true);
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ms.spec.js
Expand Up @@ -29,7 +29,7 @@ describe('.ms()', function () {
});
});

describe('minutess representation', function () {
describe('minutes representation', function () {
it('should return short format', function () {
expect(ms(time.minutes(1))).to.equal('1m');
});
Expand Down

0 comments on commit 73a5338

Please sign in to comment.