--- 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(...));
}
</script></pre>
<p>