You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by hb...@apache.org on 2011/02/13 18:27:07 UTC

svn commit: r1070266 - /maven/doxia/site/src/site/xdoc/overview.xml

Author: hboutemy
Date: Sun Feb 13 17:27:06 2011
New Revision: 1070266

URL: http://svn.apache.org/viewvc?rev=1070266&view=rev
Log:
fixed typos

Modified:
    maven/doxia/site/src/site/xdoc/overview.xml

Modified: maven/doxia/site/src/site/xdoc/overview.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/overview.xml?rev=1070266&r1=1070265&r2=1070266&view=diff
==============================================================================
--- maven/doxia/site/src/site/xdoc/overview.xml (original)
+++ maven/doxia/site/src/site/xdoc/overview.xml Sun Feb 13 17:27:06 2011
@@ -129,7 +129,7 @@ void parse( Reader source, Sink sink )
         </ul>
         <p>
           Several modules provide also a <i>Sink</i> implementation to handle a specific
-          markup language.
+          output markup language.
         </p>
         <p>
           For more information on modules, read the <a href="./modules/index.html">Doxia
@@ -143,7 +143,7 @@ void parse( Reader source, Sink sink )
           tool used by Maven, specifically the
           <a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">Maven Site Plugin</a>,
           is the <i>doxia-site-renderer</i> which renders in HTML any
-          documents wrote with supported markup syntax. It used
+          documents written with supported markup syntax. It uses
           <a class="externalLink" href="http://velocity.apache.org/">Velocity templates</a>
           to customize the renderer and the <i>site-decoration-model</i> tool to decorate the
           renderer.