[z3-checkins] r33011 - z3/jsonserver/trunk

jwashin at codespeak.net jwashin at codespeak.net
Sun Oct 8 20:58:05 CEST 2006


Author: jwashin
Date: Sun Oct  8 20:58:03 2006
New Revision: 33011

Modified:
   z3/jsonserver/trunk/JSONViews.txt
Log:
small typo fixed in JSONViews.txt


Modified: z3/jsonserver/trunk/JSONViews.txt
==============================================================================
--- z3/jsonserver/trunk/JSONViews.txt	(original)
+++ z3/jsonserver/trunk/JSONViews.txt	Sun Oct  8 20:58:03 2006
@@ -2,7 +2,7 @@
 JSON-formatted data from the server, for example, if you have a javascript 
 library that employs JSON GETs, e.g., Dojo.
 
-A JSON View is simply a page that, instead of HTML, is a JSON.representation of
+A JSON View is simply a page that, instead of HTML, is a JSON representation of
 some data.
 
 To do this you need to create a view class and register it in ZCML.


More information about the z3-checkins mailing list