aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
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();