We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711c106 commit 2439b4fCopy full SHA for 2439b4f
1 file changed
demos/functional/js/functional.demo.js
@@ -165,7 +165,7 @@ var loadDemo = function(comp) {
165
$('#containerDemo').html("<img src='images/ajax-loader.gif'>");
166
167
$("#containerDemo").ajaxError(function(request, settings){
168
- $(this).html("Ops, there is no template file for this component.");
+ $(this).html("Oops, there is no template file for this component.");
169
});
170
171
$.get('templates/'+comp+'.html', function(data) {
0 commit comments