From: Necmettin Karakaya Date: Wed, 22 Jul 2020 14:12:54 +0000 (+0800) Subject: Build: Use the US spelling of "favor" X-Git-Tag: 4.0.0-beta~168 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa0058af426c4e482059214c29c29f004254d9a1;p=jquery.git Build: Use the US spelling of "favor" Closes gh-4752 --- diff --git a/test/index.html b/test/index.html index 6260c49da..27032f5c5 100644 --- a/test/index.html +++ b/test/index.html @@ -35,7 +35,7 @@ amd = QUnit.config.amd || QUnit.urlParams.amd; // Workaround: Remove call to `window.__karma__.loaded()` - // in favour of calling `window.__karma__.start()` from `loadTests()` + // in favor of calling `window.__karma__.start()` from `loadTests()` // because tests such as unit/ready.js should run after document ready. if ( !esmodules && !amd ) { loadTests(); diff --git a/test/karma.context.html b/test/karma.context.html index 8439bef94..222e2ff19 100644 --- a/test/karma.context.html +++ b/test/karma.context.html @@ -34,7 +34,7 @@ amd = QUnit.config.amd || QUnit.urlParams.amd; // Workaround: Remove call to `window.__karma__.loaded()` - // in favour of calling `window.__karma__.start()` from `loadTests()` + // in favor of calling `window.__karma__.start()` from `loadTests()` // because tests such as unit/ready.js should run after document ready. if ( !esmodules && !amd ) { loadTests(); diff --git a/test/karma.debug.html b/test/karma.debug.html index 2e1083c41..8040ef2cd 100644 --- a/test/karma.debug.html +++ b/test/karma.debug.html @@ -36,7 +36,7 @@ amd = QUnit.config.amd || QUnit.urlParams.amd; // Workaround: Remove call to `window.__karma__.loaded()` - // in favour of calling `window.__karma__.start()` from `loadTests()` + // in favor of calling `window.__karma__.start()` from `loadTests()` // because tests such as unit/ready.js should run after document ready. if ( !esmodules && !amd ) { loadTests();