diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 07:11:42 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 07:11:42 +0000 |
commit | 2439b4feb8e7dfb1b841afc7e416d87e505d4d2c (patch) | |
tree | 577094d6b46dafac2ced5293466bcbfd5ecc905b /demos | |
parent | 711c1063147a0bdaf589223d335ec83f0679587f (diff) | |
download | jquery-ui-2439b4feb8e7dfb1b841afc7e416d87e505d4d2c.tar.gz jquery-ui-2439b4feb8e7dfb1b841afc7e416d87e505d4d2c.zip |
spelling correction
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/js/functional.demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/js/functional.demo.js b/demos/functional/js/functional.demo.js index 330ffce9e..62f323cad 100644 --- a/demos/functional/js/functional.demo.js +++ b/demos/functional/js/functional.demo.js @@ -165,7 +165,7 @@ var loadDemo = function(comp) { $('#containerDemo').html("<img src='images/ajax-loader.gif'>"); $("#containerDemo").ajaxError(function(request, settings){ - $(this).html("Ops, there is no template file for this component."); + $(this).html("Oops, there is no template file for this component."); }); $.get('templates/'+comp+'.html', function(data) { |