You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/30 20:25:04 UTC

[maven-site] branch master updated: Fix typo in introduction-to-profiles.apt (#345)

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

gnodet 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 7203fef9 Fix typo in introduction-to-profiles.apt (#345)
7203fef9 is described below

commit 7203fef91a8f251e224fe8429d5600a311657b43
Author: pochopsp <50...@users.noreply.github.com>
AuthorDate: Wed Nov 30 21:24:59 2022 +0100

    Fix typo in introduction-to-profiles.apt (#345)
    
    Fix typo on line 55. It was "runnning" (with 3 n) but it should be "running"
---
 content/apt/guides/introduction/introduction-to-profiles.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-profiles.apt b/content/apt/guides/introduction/introduction-to-profiles.apt
index c56e0fc3..02759928 100644
--- a/content/apt/guides/introduction/introduction-to-profiles.apt
+++ b/content/apt/guides/introduction/introduction-to-profiles.apt
@@ -52,7 +52,7 @@ Introduction to Build Profiles
   However, used properly, profiles can be used while still preserving
   project portability. This will also minimize the use of <<<-f>>> option of
   maven which allows user to create another POM with different parameters or
-  configuration to build which makes it more maintainable since it is runnning
+  configuration to build which makes it more maintainable since it is running
   with one POM only.
 
 * What are the different types of profile? Where is each defined?