Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit f59b268

Browse files
jsorefScottFreeCode
authored andcommitted
Spelling (mochajs#2981)
Spelling
1 parent 67be01f commit f59b268

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We must be able to understand the design of your change from this description. K
1717

1818
### Why should this be in core?
1919

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

2222
### Benefits
2323

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ Thanks @entertainyou, @SimenB, @just-paja for the heads-up.
863863
* utils.stringify should handle objects without an Object prototype
864864
* in runnable test, comparing to undefined error's message rather than a literal
865865
* Fix test running output truncation on async STDIO
866-
* ammended for deprecated customFds option in child_process
866+
* amended for deprecated customFds option in child_process
867867

868868
2.1.0 / 2014-12-23
869869
==================
@@ -1091,7 +1091,7 @@ Thanks @entertainyou, @SimenB, @just-paja for the heads-up.
10911091
==================
10921092

10931093
* add: sort test files with --sort (#813)
1094-
* update: diff depedency to 1.0.7
1094+
* update: diff dependency to 1.0.7
10951095
* update: glob dependency to 3.2.3 (#927)
10961096
* fix: diffs show whitespace differences (#976)
10971097
* fix: improve global leaks (#783)

lib/reporters/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ exports.cursor = {
156156
};
157157

158158
/**
159-
* Outut the given `failures` as a list.
159+
* Output the given `failures` as a list.
160160
*
161161
* @param {Array} failures
162162
* @api public

test/browser/ui.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('$.jQuery', function () {
1919
});
2020

2121
// another generic describe block to verify it is absent
22-
// when greeping on $.jQuery
22+
// when grepping on $.jQuery
2323
describe('@Array', function () {
2424
it('.pop()', function () {
2525
assert(true);

test/unit/ms.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('.ms()', function () {
2929
});
3030
});
3131

32-
describe('minutess representation', function () {
32+
describe('minutes representation', function () {
3333
it('should return short format', function () {
3434
expect(ms(time.minutes(1))).to.equal('1m');
3535
});

0 commit comments

Comments
 (0)