example bits
[nodejsws.git] / examples / simple / purls / justlayout.js
index f02b439..a108a99 100644 (file)
@@ -1,5 +1,5 @@
 exports.layout = function(request, response) {
-       var tkl = "<html><body><h1>Just a Layout</h1>this purl is simple a layout";
+       var tkl = "<html><body><h1>Just a Layout</h1>this purl is simply a layout";
        tkl += " and nothing else!</body></html>";
        
        return tkl;