Index: trunk/docs/api/examples.txt
===================================================================
--- trunk/docs/api/examples.txt	(revision 179)
+++ trunk/docs/api/examples.txt	(revision 180)
@@ -24,6 +24,6 @@
 call the Execute method on such an instance. Then you'll just need to return a JavaScript 
 object containing the attributes result and outputs, which I'm sure you already know 
-what is about. The first is about the status of the process (can be ZOO.SERVICE_
-SUCEEDED,ZOO.SERVICE_FAILED ad so on), the last is obviously the resulting maps (take a 
+what is about. The first is about the status of the process (can be ZOO.SERVICE_SUCEEDED,
+ZOO.SERVICE_FAILED and so on), the last is obviously the resulting maps (take a 
 look at the maps internal data structure used by ZOO Kernel in service.h).
 
Index: trunk/docs/api/zoo-request.txt
===================================================================
--- trunk/docs/api/zoo-request.txt	(revision 179)
+++ trunk/docs/api/zoo-request.txt	(revision 180)
@@ -42,6 +42,6 @@
   
   | ``url {String}`` The URL to request.
-  | ``body {String}`` The requests body to send.
-  | ``headers {Object}`` A key-value object of headers to push to the requests head
+  | ``body {String}`` The request's body to send.
+  | ``headers {Object}`` A key-value object of headers to push to the request's head
 
   *Returns*
