diff options
| author | Chris Rebert <[email protected]> | 2014-10-30 01:47:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-30 01:47:48 -0700 |
| commit | 4102a67f33bf2a382203547fe821d0d41bbc4ece (patch) | |
| tree | cd05a5fb4eba37b3d65fbd4326e822388ede9d19 /js/tests | |
| parent | 25ab1539a944638e089e58f762a048a7e36c7790 (diff) | |
| download | bootstrap-4102a67f33bf2a382203547fe821d0d41bbc4ece.tar.xz bootstrap-4102a67f33bf2a382203547fe821d0d41bbc4ece.zip | |
fix typo in comment
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 2d86a2ec4..b32f0adc2 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -13,7 +13,7 @@ <script src="vendor/qunit.js"></script> <style> #qunit-tests > li.pass { - display: none;/* Make it easier to see failing tests is Sauce screencasts */ + display: none;/* Make it easier to see failing tests in Sauce screencasts */ } #qunit-fixture { |
