diff options
author | Necmettin Karakaya <necmettin.karakaya@gmail.com> | 2020-07-22 22:12:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 16:12:54 +0200 |
commit | fa0058af426c4e482059214c29c29f004254d9a1 (patch) | |
tree | 7d5a68f1ab5bb417cf69bab490b770369d4e2fd8 /test | |
parent | 3a1b338a7a579a45543b031a003abdce4dc6ac67 (diff) | |
download | jquery-fa0058af426c4e482059214c29c29f004254d9a1.tar.gz jquery-fa0058af426c4e482059214c29c29f004254d9a1.zip |
Build: Use the US spelling of "favor"
Closes gh-4752
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 2 | ||||
-rw-r--r-- | test/karma.context.html | 2 | ||||
-rw-r--r-- | test/karma.debug.html | 2 |
3 files changed, 3 insertions, 3 deletions
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(); |