Skip to content

Commit

Permalink
(doc) - correct plural form of 'child'
Browse files Browse the repository at this point in the history
Closes #248
  • Loading branch information
pzygielo authored and slachiewicz committed May 8, 2019
1 parent 4ff24e3 commit 2760e3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions maven-model/src/main/mdo/maven.mdo
Expand Up @@ -195,7 +195,7 @@
<version>4.0.0+</version>
<description>
<![CDATA[
When childs inherit from project's url, append path or not? Note: While the type
When children inherit from project's url, append path or not? Note: While the type
of this field is <code>String</code> for technical reasons, the semantic type is actually
<code>Boolean</code>
<br><b>Default value is</b>: <code>true</code>
Expand Down Expand Up @@ -1659,7 +1659,7 @@
<version>4.0.0+</version>
<description>
<![CDATA[
When childs inherit from scm connection, append path or not? Note: While the type
When children inherit from scm connection, append path or not? Note: While the type
of this field is <code>String</code> for technical reasons, the semantic type is actually
<code>Boolean</code>
<br><b>Default value is</b>: <code>true</code>
Expand All @@ -1673,7 +1673,7 @@
<version>4.0.0+</version>
<description>
<![CDATA[
When childs inherit from scm developer connection, append path or not? Note: While the type
When children inherit from scm developer connection, append path or not? Note: While the type
of this field is <code>String</code> for technical reasons, the semantic type is actually
<code>Boolean</code>
<br><b>Default value is</b>: <code>true</code>
Expand All @@ -1687,7 +1687,7 @@
<version>4.0.0+</version>
<description>
<![CDATA[
When childs inherit from scm url, append path or not? Note: While the type
When children inherit from scm url, append path or not? Note: While the type
of this field is <code>String</code> for technical reasons, the semantic type is actually
<code>Boolean</code>
<br><b>Default value is</b>: <code>true</code>
Expand Down Expand Up @@ -2067,7 +2067,7 @@
<version>4.0.0+</version>
<description>
<![CDATA[
When childs inherit from distribution management site url, append path or not? Note: While the type
When children inherit from distribution management site url, append path or not? Note: While the type
of this field is <code>String</code> for technical reasons, the semantic type is actually
<code>Boolean</code>
<br><b>Default value is</b>: <code>true</code>
Expand Down

0 comments on commit 2760e3e

Please sign in to comment.