]> source.dussan.org Git - jquery.git/commitdiff
Build: Use the US spelling of "favor"
authorNecmettin Karakaya <necmettin.karakaya@gmail.com>
Wed, 22 Jul 2020 14:12:54 +0000 (22:12 +0800)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 14:12:54 +0000 (16:12 +0200)
Closes gh-4752

test/index.html
test/karma.context.html
test/karma.debug.html

index 6260c49dafb592867a5fd8b0e7d81b5f1f887d81..27032f5c57d72e8e41eb07deba022ce137288e83 100644 (file)
@@ -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();
index 8439bef945bb2d584137188e4f5bc54bcc502894..222e2ff190587ff0b1d8c62f7ba0cd2f51a4ccdf 100644 (file)
@@ -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();
index 2e1083c41047ae18b06d0c236fefa20cfd548e6b..8040ef2cd344afff80b38dd550d54f5fc849b38e 100644 (file)
@@ -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();