From ea1789f02b7836faa53281006b0a154c3350f97d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:07:53 +0000 Subject: [PATCH 1/6] spelling: amended --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e5aac8a2..1803b02ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== From d8b20548ecfce3567d166786c93d6bbfe8d79c08 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:09:12 +0000 Subject: [PATCH 2/6] spelling: dependency --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1803b02ecf..af10c45e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From f6b5103daa7104d19de77d7eb00dafb492fb497e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:11:39 +0000 Subject: [PATCH 3/6] spelling: grepping --- test/browser/ui.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/browser/ui.spec.js b/test/browser/ui.spec.js index 159cab6d95..9b2addc92a 100644 --- a/test/browser/ui.spec.js +++ b/test/browser/ui.spec.js @@ -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); From 32e28e4ed6ca93b9740f631c3b07362283e75d7a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 05:38:20 +0000 Subject: [PATCH 4/6] spelling: its --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0252085436..37271e9cb0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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? - + ### Benefits From b85d0ca30485ad16f89101b7220efd22603cfe08 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:13:00 +0000 Subject: [PATCH 5/6] spelling: minutes --- test/unit/ms.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/ms.spec.js b/test/unit/ms.spec.js index 189e126446..e7b1d358be 100644 --- a/test/unit/ms.spec.js +++ b/test/unit/ms.spec.js @@ -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'); }); From b786cdf9fcaffe7571fb33cd6f2ebd5c6892ded1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:21:06 +0000 Subject: [PATCH 6/6] spelling: output --- lib/reporters/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporters/base.js b/lib/reporters/base.js index 205488426a..5018e6f9c3 100644 --- a/lib/reporters/base.js +++ b/lib/reporters/base.js @@ -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