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/index.html | |
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/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 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(); |