From 2439b4feb8e7dfb1b841afc7e416d87e505d4d2c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 9 Jun 2008 07:11:42 +0000 Subject: [PATCH] spelling correction --- demos/functional/js/functional.demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5