diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-07-02 17:36:17 +1000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-02 09:36:17 +0200 |
| commit | fbb83fefd43a89d1a802d77dcc3a9c9ac15a5afa (patch) | |
| tree | 035f7261b2c9af23dbc9db9ed835db6caf42ca2b /js_tests | |
| parent | 090ca6512f514556394d4a8d321db7883f03e2a6 (diff) | |
| download | django-fbb83fefd43a89d1a802d77dcc3a9c9ac15a5afa.tar.gz | |
Fixed typos in comments and docs.
Diffstat (limited to 'js_tests')
| -rw-r--r-- | js_tests/qunit/qunit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/qunit/qunit.js b/js_tests/qunit/qunit.js index 47c904cf32..2272b87a12 100644 --- a/js_tests/qunit/qunit.js +++ b/js_tests/qunit/qunit.js @@ -2308,7 +2308,7 @@ QUnit.config.testId = [].concat( urlParams.testId || [] ); // Exact case-insensitive match of the module name QUnit.config.module = urlParams.module; -// Regular expression or case-insenstive substring match against "moduleName: testName" +// Regular expression or case-insensitive substring match against "moduleName: testName" QUnit.config.filter = urlParams.filter; // Test order randomization |
