You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/10/08 06:02:29 UTC

[maven-site] branch master updated: some missing commas

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dd7450  some missing commas
9dd7450 is described below

commit 9dd74509a3126ad35449cf1500f5bfc03687b9dd
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Oct 7 15:08:10 2019 -0400

    some missing commas
    
    @hboutemy
---
 .../apt/guides/introduction/introduction-to-dependency-mechanism.apt    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
index f926758..54e14a4 100644
--- a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
+++ b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
@@ -184,7 +184,7 @@ Introduction to the Dependency Mechanism
 * {Dependency Management}
 
  The dependency management section is a mechanism for centralizing dependency information. When you have
- a set of projects that inherits a common parent it's possible to put all information about the dependency
+ a set of projects that inherit from a common parent, it's possible to put all information about the dependency
  in the common POM and have simpler references to the artifacts in the child POMs. The mechanism is best
  illustrated through some examples. Given these two POMs which extend the same parent: