You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/03 16:36:01 UTC

[maven-site] branch elharo-patch-5 created (now 77b17f4)

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

elharo pushed a change to branch elharo-patch-5
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at 77b17f4  avoid run-on sentences

This branch includes the following new commits:

     new 77b17f4  avoid run-on sentences

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site] 01/01: avoid run-on sentences

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 77b17f40b7e4c33e1de683f5f6c1e39ae5e042ce
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat Oct 3 12:35:53 2020 -0400

    avoid run-on sentences
---
 .../introduction/introduction-to-the-standard-directory-layout.apt  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt b/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
index 1cf7660..531208b 100644
--- a/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
+++ b/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
@@ -28,11 +28,11 @@
 
 Introduction to the Standard Directory Layout
 
- Having a common directory layout would allow for users familiar with one Maven project to immediately feel
+ Having a common directory layout allows users familiar with one Maven project to immediately feel
  at home in another Maven project. The advantages are analogous to adopting a site-wide look-and-feel.
 
  The next section documents the directory layout expected by Maven and the directory layout created by
- Maven. Please try to conform to this structure as much as possible; however, if you can't these settings can
+ Maven. Try to conform to this structure as much as possible. However, if you can't, these settings can
  be overridden via the project descriptor.
 
 *-----------------------------------+-----------------------------------------------+
@@ -82,5 +82,5 @@ Introduction to the Standard Directory Layout
  directory for the language <<<java>>> (under which the normal package hierarchy exists), and one for
  <<<resources>>> (the structure which is copied to the target classpath given the default resource definition).
 
- If there are other contributing sources to the artifact build, they would be under other subdirectories: for
+ If there are other contributing sources to the artifact build, they would be under other subdirectories. For
  example <<<src/main/antlr>>> would contain Antlr grammar definition files.