[Checkins] SVN: zc.extjs/branches/dev/src/zc/extjs/application.txt Fixed typos.

Gintautas Miliauskas gintas at pov.lt
Fri Mar 28 19:39:18 EDT 2008


Log message for revision 85006:
  Fixed typos.
  

Changed:
  U   zc.extjs/branches/dev/src/zc/extjs/application.txt

-=-
Modified: zc.extjs/branches/dev/src/zc/extjs/application.txt
===================================================================
--- zc.extjs/branches/dev/src/zc/extjs/application.txt	2008-03-28 21:57:43 UTC (rev 85005)
+++ zc.extjs/branches/dev/src/zc/extjs/application.txt	2008-03-28 23:39:18 UTC (rev 85006)
@@ -54,7 +54,7 @@
 zc.extjs.application.jsonpage decorator is also an important part of
 this. It makes methods accessible and automatically marshals their
 result to JSON [#jsoninput]_.  There's also a
-zc.extjs.application.page decorator that makes methods accessable
+zc.extjs.application.page decorator that makes methods accessible
 without the automatic marshalling.  The use of a default page, rather
 than just a __call__ method is to cause the URL base to be the view,
 rather than the view's context.  This allows the Javascript code to
@@ -81,7 +81,7 @@
    :literal:
 
 If we wanted to register it for an object other than the an
-IContainmentRoot, we could just provide specificy adapted interfaces
+IContainmentRoot, we could just provide specifically adapted interfaces
 or classes in the registration.
 
 Let's access the calculator with a test browser
@@ -176,7 +176,7 @@
     >>> print browser.contents
     {"success": true}
 
-If something other than a dictionary is returened from a Python
+If something other than a dictionary is returned from a Python
 method, no success attribute is added:
 
     >>> browser.open('http://localhost/@@calculator.html/about')



More information about the Checkins mailing list