You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/07/13 22:08:30 UTC

svn commit: r676432 - /maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt

Author: dennisl
Date: Sun Jul 13 13:08:29 2008
New Revision: 676432

URL: http://svn.apache.org/viewvc?rev=676432&view=rev
Log:
o Fix typo.

Modified:
    maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt

Modified: maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt?rev=676432&r1=676431&r2=676432&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-documentation-style.apt Sun Jul 13 13:08:29 2008
@@ -89,7 +89,7 @@
   A user should be able to copy and paste the example into their own POM without
   the need to change the indentation afterwards.
 
-  Also, you should declare all parent POM elements to improve the comprehension. You could use ellipsis (i.e. ...) is
+  Also, you should declare all parent POM elements to improve the comprehension. You could use ellipsis (i.e. ...) if
   you don't want to specify elements.
 
 ** Example