Author: jonathan
Date: Mon Jan 28 04:13:49 2008
New Revision: 13067
Log:
Typos
Modified:
trunk/mashup/java/xdocs/emailhostobject.html
Modified: trunk/mashup/java/xdocs/emailhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/emailhostobject.html (original)
+++ trunk/mashup/java/xdocs/emailhostobject.html Mon Jan 28 04:13:49 2008
@@ -25,9 +25,9 @@
<h3>1.0 Introduction</h3>
-<p>The Email host object allows users to send out email from there
-mashups. It helps you notify users of certain events and acts
-as a brigde between mashups and users.</p>
+<p>The Email host object allows users to send out email from their
+mashups. It helps notify users of certain events and acts
+as a bridge between mashups and users.</p>
<h3>1.1 Example</h3>
@@ -75,8 +75,8 @@
<h4>2.1 Email Object Constructors
</h4>
-<p>The Email Object has three different constructors. The one to
-use depends on your configuration and your need. </p>
+<p>The Email Object has three different constructors. Choose one depending
+on your configuration and your needs. </p>
<ol>
@@ -86,8 +86,8 @@
<p>The first constructor takes no parameters and uses
configuration information specified in the server.xml. Using a
-configuration such as this is usefull if you want to use a default
-email account to send out mails from your mashups. It also reduces the
+configuration such as this is useful if you want to use a default
+email account to send out mail from your mashups. It also reduces the
hassle of having to key in the configuration details each time you need
a new email object.</p>
@@ -100,7 +100,7 @@
The configuration in the server.xml should be in the
-following form (The default server.xml has some prepopulated dummy
+following form: (The default server.xml has some prepopulated dummy
values. Please update them as required.)<br>
@@ -144,8 +144,8 @@
- <p>Note: Changed to the
-server.xml requires a server restart.</p>
+ <p>Note: Changes to the
+server.xml require a server restart.</p>
</li>
@@ -153,11 +153,11 @@
<li>
- <p>The second constructor unlike the first requires the user
+ <p>The second constructor, unlike the first, requires the user
to provide the configuration details each time he creates a new email
-object. The plus point is that no server configuration is
+object. The benefit is that no server configuration is
needed and you can use diffent accounts when ever you need. The
-configuration details should be given as follws,<br>
+configuration details should be given as follows:<br>
</p>
@@ -171,10 +171,10 @@
- <p>Note : If the configuration
-details are given in the server.xml and the user uses the above
-constrctor, the details given by the user when creating the email
-object gets precedence.</p>
+ <p>Note: If the configuration
+details are given in the server.xml and the user invokes the above
+constructor, the details given by the user when creating the email
+object take precedence.</p>
</li>
@@ -183,7 +183,7 @@
<li>
<p>The third is a slight variant of the second. It does not
-require a port to be specified</p>
+require a port to be specified:</p>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev