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 <elh...@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.

Reply via email to