[Checkins] SVN: z3c.formjs/trunk/src/z3c/formjs/js typo and rst error

Christophe Combelles ccomb at free.fr
Fri Apr 23 16:39:19 EDT 2010


Log message for revision 111321:
  typo and rst error
  

Changed:
  U   z3c.formjs/trunk/src/z3c/formjs/jsaction.txt
  U   z3c.formjs/trunk/src/z3c/formjs/jsclientevent.txt

-=-
Modified: z3c.formjs/trunk/src/z3c/formjs/jsaction.txt
===================================================================
--- z3c.formjs/trunk/src/z3c/formjs/jsaction.txt	2010-04-23 18:12:57 UTC (rev 111320)
+++ z3c.formjs/trunk/src/z3c/formjs/jsaction.txt	2010-04-23 20:39:19 UTC (rev 111321)
@@ -110,7 +110,7 @@
 The z3c.formjs package provides a viewlet manager with this viewlet
 already registered for it.  The viewlet manager has the name
 ``z3c.formjs.interfaces.IDynamicJavaScript`` and can be rendered in
-any template with the following:
+any template with the following::
 
   <script tal:replace="structure
                        provider:z3c.formjs.interfaces.IDynamicJavaScript">

Modified: z3c.formjs/trunk/src/z3c/formjs/jsclientevent.txt
===================================================================
--- z3c.formjs/trunk/src/z3c/formjs/jsclientevent.txt	2010-04-23 18:12:57 UTC (rev 111320)
+++ z3c.formjs/trunk/src/z3c/formjs/jsclientevent.txt	2010-04-23 20:39:19 UTC (rev 111321)
@@ -1,10 +1,10 @@
 ========================================
-Propogating Events from Server to Client
+Propagating Events from Server to Client
 ========================================
 
 The ``jsclientevent`` module of this package provides an extremely minimal
 event framework whereby events that occur on the server, such as
-``IObjectModifiedEvent``s, propagate to a client's browser through
+``IObjectModifiedEvent``, propagate to a client's browser through
 injected JavaScript code.  This is not to be confused with "action
 events" that occur on the client such as "onClick".
 



More information about the checkins mailing list