You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/08/02 14:50:15 UTC

svn commit: r1509673 - /maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt

Author: hboutemy
Date: Fri Aug  2 12:50:15 2013
New Revision: 1509673

URL: http://svn.apache.org/r1509673
Log:
typos

Modified:
    maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt

Modified: maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt?rev=1509673&r1=1509672&r2=1509673&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/maven-in-five-minutes.apt Fri Aug  2 12:50:15 2013
@@ -217,7 +217,7 @@ Hello World!
 
   Phases are actually mapped to underlying goals. The specific goals executed per phase is dependant upon the
   packaging type of the project. For example, <package> executes <jar:jar> if the project type is a JAR, and
-  <war:war> is the project type is - you guessed it - a WAR.
+  <war:war> if the project type is - you guessed it - a WAR.
 
   An interesting thing to note is that phases and goals may be executed in sequence.
 
@@ -239,6 +239,6 @@ mvn site
 
 * Conclusion
 
-  We hope this quick overview has piqued your interest in the versitility of Maven. Note that this is a very
+  We hope this quick overview has piqued your interest in the versatility of Maven. Note that this is a very
   truncated quick-start guide. Now you are ready for more comprehensive details concerning
   the actions you have just performed. Check out the {{{./index.html}Maven Getting Started Guide}}.