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(""); $("#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) {