Skip to content

Commit fa0058a

Browse files
authored
Build: Use the US spelling of "favor"
Closes gh-4752
1 parent 3a1b338 commit fa0058a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
amd = QUnit.config.amd || QUnit.urlParams.amd;
3636

3737
// Workaround: Remove call to `window.__karma__.loaded()`
38-
// in favour of calling `window.__karma__.start()` from `loadTests()`
38+
// in favor of calling `window.__karma__.start()` from `loadTests()`
3939
// because tests such as unit/ready.js should run after document ready.
4040
if ( !esmodules && !amd ) {
4141
loadTests();

test/karma.context.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
amd = QUnit.config.amd || QUnit.urlParams.amd;
3535

3636
// Workaround: Remove call to `window.__karma__.loaded()`
37-
// in favour of calling `window.__karma__.start()` from `loadTests()`
37+
// in favor of calling `window.__karma__.start()` from `loadTests()`
3838
// because tests such as unit/ready.js should run after document ready.
3939
if ( !esmodules && !amd ) {
4040
loadTests();

test/karma.debug.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
amd = QUnit.config.amd || QUnit.urlParams.amd;
3737

3838
// Workaround: Remove call to `window.__karma__.loaded()`
39-
// in favour of calling `window.__karma__.start()` from `loadTests()`
39+
// in favor of calling `window.__karma__.start()` from `loadTests()`
4040
// because tests such as unit/ready.js should run after document ready.
4141
if ( !esmodules && !amd ) {
4242
loadTests();

0 commit comments

Comments
 (0)