You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/01/29 01:18:38 UTC

[maven-site] branch master updated: fix typo (#128)

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

olamy 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 1c87945  fix typo (#128)
1c87945 is described below

commit 1c879458bd0e40fc97996ec7cdd401333f1cf429
Author: Mindy Preston <59...@users.noreply.github.com>
AuthorDate: Tue Jan 28 19:18:28 2020 -0600

    fix typo (#128)
---
 content/apt/guides/introduction/introduction-to-the-lifecycle.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
index 78823cf..755c7eb 100644
--- a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
+++ b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
@@ -92,7 +92,7 @@ Introduction to the Build Lifecycle
   You should select the phase that matches your outcome. If you want your jar, run <<<package>>>. If you want to run the 
   unit tests, run <<<test>>>.
 
-  If you are uncertain what you want, the preffered phase to call is
+  If you are uncertain what you want, the preferred phase to call is
 
 ------
 mvn verify