Fix two typos:
authorJames Hawkins <jhawkins@chromium.org>
Mon, 16 Jan 2012 15:09:51 -0800
changeset 1 5fee5c5c5eaa
parent 0 755368b5be33
child 2 097a9fd9eed2
Fix two typos:
* i.e. -> e.g.,
* postReply -> postResult
spec/Overview.html
--- a/spec/Overview.html	Wed Jan 04 15:09:25 2012 -0800
+++ b/spec/Overview.html	Mon Jan 16 15:09:51 2012 -0800
@@ -508,7 +508,7 @@
       <p>
         An Intent is an action to be performed by a service.  It consists of an
         "action" string which tells the service what kind of activity the user
-        expects to be performed (i.e. "share" or "edit"), a "type" string which
+        expects to be performed (e.g., "share" or "edit"), a "type" string which
         specifies the data payload the service should expect, and the data payload
         itself.
       </p>
@@ -593,7 +593,7 @@
   }
 
   document.getElementById('save-button').onclick = function() {
-    window.intent.postReply(getImageDataURI(...));
+    window.intent.postResult(getImageDataURI(...));
   }
 &lt;/script&gt;</pre>
       <p>