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

elharo 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 aa977b56 fix typos (#390)
aa977b56 is described below

commit aa977b56dad6d6acd5f2f3f115b01a112f361827
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Fri Mar 24 13:22:33 2023 -0400

    fix typos (#390)
---
 content/apt/guides/development/guide-maven-development.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/development/guide-maven-development.apt 
b/content/apt/guides/development/guide-maven-development.apt
index 1b919b67..16bdb04a 100644
--- a/content/apt/guides/development/guide-maven-development.apt
+++ b/content/apt/guides/development/guide-maven-development.apt
@@ -77,7 +77,7 @@ Developing Maven
  We have a couple of guidelines when submitting contributions:
  
  * Verify the status of the <<<master>>> branch on 
{{{https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dist-tool/job/master/site/dist-tool-master-jobs.html}Maven
 CI}}.
-   If it is not SUCCCESS, then first try to figure out the problem, don't 
start with your own issue yet! You can use <<<git bisect>>> to figure out the 
problematic commit and help 
+   If it is not SUCCESS, then first try to figure out the problem. Don't start 
with your own issue yet! You can use <<<git bisect>>> to figure out the 
problematic commit and help 
    with that committer to solve the problem.
 
  * Create your branch from <<<master>>>, not from a tag. Otherwise, your patch 
is outdated the moment you create it and might not be applicable

Reply via email to