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

[maven-site] branch master updated: docs: add missing word on What Is Maven page

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

michaelo 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 f8198fc7 docs: add missing word on What Is Maven page
f8198fc7 is described below

commit f8198fc71e9740667082f7189b57983b55a34ffa
Author: Tyler Hawkins <th...@byu.net>
AuthorDate: Sat Apr 9 21:22:35 2022 -0600

    docs: add missing word on What Is Maven page
---
 content/markdown/what-is-maven.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/what-is-maven.md b/content/markdown/what-is-maven.md
index 882c4afa..9a8f73d4 100644
--- a/content/markdown/what-is-maven.md
+++ b/content/markdown/what-is-maven.md
@@ -91,7 +91,7 @@ Maven also suggests some guidelines on how to layout your project's
 directory structure. Once you learn the layout, you can easily
 navigate other projects that use Maven.
 
-While takes an opinionated approach to project layout, some projects
+While Maven takes an opinionated approach to project layout, some projects
 may not fit with this structure for historical reasons. While Maven is
 designed to be flexible to the needs of different projects,
 it cannot cater to every situation without compromising its objectives.