diff options
author | Henry Wong <henryw4k@gmail.com> | 2015-12-05 01:35:01 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-13 13:20:20 -0500 |
commit | 1712457fbc648caa1b6a86cd36f79eacb1100d10 (patch) | |
tree | 2972dbb6db979bfcb7709381db17b98beaf63f45 | |
parent | aae44111e2d30d908b48f6711272efddb84e6b79 (diff) | |
download | jquery-1712457fbc648caa1b6a86cd36f79eacb1100d10.tar.gz jquery-1712457fbc648caa1b6a86cd36f79eacb1100d10.zip |
Tests: fixed grammar in comment
Close gh-2757
-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 54a1ee041..fa515c8e5 100644 --- a/test/index.html +++ b/test/index.html @@ -40,7 +40,7 @@ <div id="qunit"></div> <!-- Test HTML --> - <!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves --> + <!-- this iframe is outside the #qunit-fixture so it won't waste time by constantly reloading; the tests are "safe" and clean up after themselves --> <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px;"> <div id="donor-outer"> |