You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/10/19 06:11:11 UTC

svn commit: r1533689 - /maven/site/trunk/content/apt/pom.apt

Author: jvanzyl
Date: Sat Oct 19 04:11:11 2013
New Revision: 1533689

URL: http://svn.apache.org/r1533689
Log:
Fix typo

Modified:
    maven/site/trunk/content/apt/pom.apt

Modified: maven/site/trunk/content/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/pom.apt?rev=1533689&r1=1533688&r2=1533689&view=diff
==============================================================================
--- maven/site/trunk/content/apt/pom.apt (original)
+++ maven/site/trunk/content/apt/pom.apt Sat Oct 19 04:11:11 2013
@@ -419,7 +419,7 @@ mvn install:install-file -Dfile=non-mave
 +-----------------------------+
 
   It is also sometimes useful to clip a dependency's transitive dependencies. A dependency may have incorrectly
-  specified scopes, or dependencies that conflict with other dependencies in your project. Using wildcard excludes makes it easy to exclude all a dependencies
+  specified scopes, or dependencies that conflict with other dependencies in your project. Using wildcard excludes makes it easy to exclude all a dependency's
   transitive dependencies. In the case below you may be working with the maven-embedder and you want to manage
   the dependencies you use yourself, so you clip all the transitive dependencies: