Skip to content

Commit 2439b4f

Browse files
committed
spelling correction
1 parent 711c106 commit 2439b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/functional/js/functional.demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ var loadDemo = function(comp) {
165165
$('#containerDemo').html("<img src='images/ajax-loader.gif'>");
166166

167167
$("#containerDemo").ajaxError(function(request, settings){
168-
$(this).html("Ops, there is no template file for this component.");
168+
$(this).html("Oops, there is no template file for this component.");
169169
});
170170

171171
$.get('templates/'+comp+'.html', function(data) {

0 commit comments

Comments
 (0)